import { InputFieldProps } from '../../types/InputProps'; declare const FormPhoneText: (props: InputFieldProps) => import("react/jsx-runtime").JSX.Element; export default FormPhoneText;