/// import { Country } from './types'; interface IProps { country: Country; selectCountry: () => void; } export declare const CountryOption: (props: IProps) => JSX.Element; export {}; //# sourceMappingURL=CountryOption.d.ts.map