import { TextFieldProps } from '@mui/material/TextField';
import React from 'react';
export default function IseTextFiled(props: TextFieldProps): React.JSX.Element;
