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