import React from 'react';
import type { CountryPickerProps, CountryPickerRef } from './types';
export declare const CountryPicker: React.ForwardRefExoticComponent<Omit<CountryPickerProps, "ref"> & React.RefAttributes<CountryPickerRef>>;
//# sourceMappingURL=CountryPicker.d.ts.map