import { FC } from 'react'; import { ITypography } from './typographyStyles'; export declare const Title: FC; export declare const SubTitle: FC; export declare const SubTitle2: FC; export declare const Body: FC; export declare const Medium: FC; export declare const MediumTruncated: FC; export declare const Small: FC;