import React from 'react'; import type { Country, CountryPickerModalAdditionalProps } from '../CountryPickerModal'; import type { OnSelectProps } from './types'; declare const _default: React.MemoExoticComponent<({ name, callingCode, countryInitials, region, subregion, flag, onSelect, isFlagVisible, countryListTitleStyle, customRowStyle, }: Country & OnSelectProps & CountryPickerModalAdditionalProps) => JSX.Element>; export default _default;