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