import * as React from 'react'; import { TypographyProps } from '@mui/material/Typography'; type Props = TypographyProps; declare const ContainerSubtitle: React.FC; export default ContainerSubtitle;