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