import React from 'react';
import type { InputPhoneProps } from '../../decs';
declare const InputPhone: React.FC<InputPhoneProps>;
export type { InputPhoneProps } from '../../decs';
export default InputPhone;
//# sourceMappingURL=InputPhone.d.ts.map