import type { CountryPickerModalProps } from './types'; export declare const CountryPickerModal: ({ isVisible, onClose, onSelect, customBackImageSource, customBackImageStyle, isFlagVisible, isAlphabetsVisible, headerSearchPlaceholder, isSearchInputVisible, renderCustomSearchInput, searchHeaderInputStyle, searchHeaderProps, isCloseButtonVisible, countryListTitleStyle, modalContentStyle, modalContainerStyle, customRowStyle, customAlphabetsStyles, customAlphabetContainerStyles, emptyText, emptyTextStyle, emptyContainerStyles, renderCustomEmptyComponent, customCloseButton, renderSearchInputClear, handleStyle, handleComponent, }: CountryPickerModalProps) => JSX.Element;