export { defaultFlagsFont } from './constants';
export { CountryPicker } from './CountryPicker';
export { PhoneNumberInput } from './PhoneNumberInput';
export type { CountryPickerProps, CountryPickerRef, PhoneNumberInputProps, PhoneNumberInputRef, } from './types';
export { extractPhoneInfo, getCountryByCode, getDialCodeByCode } from './utils';
//# sourceMappingURL=index.d.ts.map