CountryCodeSelectionUiModel
data class CountryCodeSelectionUiModel(val searchQuery: String, val onSearchQueryChanged: (String) -> Unit, val items: List<CountryCodeUiModel>, val onDismiss: () -> Unit) : BottomSheetComposableContent