import PhoneInput from './PhoneInput';
export { default as PhoneInput } from './PhoneInput';
export { default as CountryPicker } from './CountryPicker';
export { countries } from './constants';
export * from './types';
export default PhoneInput;
//# sourceMappingURL=index.d.ts.map