import { FC, PropsWithChildren, PropsWithRef } from 'react'; import { TypographyProps } from './typography.types'; export declare const Typography: FC>>; export * from './typography.types';