/// import { TypographyProps } from '@material-ui/core'; export interface ISubmitErrorProps extends TypographyProps { } export default function SubmitError(props: ISubmitErrorProps): JSX.Element;