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