export type TypographyVariants = { large: string; size: string; small: string; }; export declare let typographyVariants: TypographyVariants; export declare let displayBase: string; export declare let display: Record<"size" | "large" | "small", string>; export declare let title: Record<"size" | "large" | "small", string>; export declare let subtitleBase: string; export declare let subtitle: Record<"size" | "large" | "small", string>; export declare let bodyBase: string; export declare let body: Record<"size" | "large" | "small", string>; export declare let caption: Record<"size" | "large" | "small", string>; export declare let overline: string;