/// import { TypographyProps } from '@material-ui/core/Typography'; declare const InfoTitle: ({ className, children, ...props }: TypographyProps) => JSX.Element; export default InfoTitle;