import { FC } from 'react'; import { TypographyProps } from '../../interfaces'; declare const Typography: FC; export default Typography;