import { FC } from 'react'; import { IPhoneInputProps } from './types'; declare const PhoneInput: FC; export default PhoneInput; //# sourceMappingURL=PhoneInput.d.ts.map