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