import { ICountry, IUsePickerReturn } from '../types'; export declare function useCountryPicker(initialValue?: ICountry | null, onChange?: (country: ICountry) => void): IUsePickerReturn;