import * as react from 'react';
import { InputPhoneProps, CombinedRefs } from './InputPhone.types.js';
import 'libphonenumber-js';
import '../Select/Select.types.js';
import '@radix-ui/react-select';

declare const InputPhone: react.ForwardRefExoticComponent<InputPhoneProps & react.RefAttributes<CombinedRefs>>;

export { InputPhone, InputPhone as default };
