import { Typography, TypographyOptions } from '../../types/index'; export declare function createTypography(userTypographyOptions?: TypographyOptions): Typography;