import { TextFieldProps } from '@mui/material';
declare const PhoneTextField: (props: TextFieldProps) => JSX.Element;
export default PhoneTextField;
