/// import { TextFieldProps } from '@mui/material/TextField'; export type { TextFieldProps }; export default function ({ label, placeholder, title, ...props }: TextFieldProps): JSX.Element;