import { FC, PropsWithChildren } from 'react'; import { TypographyStyledProps } from './styled'; export type TypographyProps = TypographyStyledProps; export declare const Typography: FC>;