/// import { Country } from './types'; interface IProps { selected: Country | undefined; changeSelected: (countryIso: string) => void; toggleDropdown: () => void; showDropdown: boolean; } export declare const CountryDropdown: (props: IProps) => JSX.Element; export {}; //# sourceMappingURL=CountryDropdown.d.ts.map