interface CountrySelectorProps {
    value: string;
    onChange: (value: string) => void;
}
export declare const CountrySelector: ({ value, onChange }: CountrySelectorProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=CountrySelector.d.ts.map