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