import { SelectCountryModel } from './SelectCountry.types';
declare const SelectCountry: ({ onChange, value }: SelectCountryModel) => import("react/jsx-runtime").JSX.Element;
export default SelectCountry;
