export declare const baseStyles: { container: string; heading: string; wld: string; }; export declare const headingStyles: { h1: string; h2: string; h3: string; h4: string; h5: string; h6: string; }; export declare const bodyStyles: { body1: string; body2: string; body3: string; }; export declare const componentStyles: { tag: string; button: string; helper: string; label: string; }; export declare const wldStyles: { wld1: string; wld2: string; wld3: string; wld4: string; wld5: string; wld6: string; wld: string; }; export declare const VariantStyles: { readonly wld1: string; readonly wld2: string; readonly wld3: string; readonly wld4: string; readonly wld5: string; readonly wld6: string; readonly wld: string; readonly tag: string; readonly button: string; readonly helper: string; readonly label: string; readonly body1: string; readonly body2: string; readonly body3: string; readonly h1: string; readonly h2: string; readonly h3: string; readonly h4: string; readonly h5: string; readonly h6: string; }; export type TypographyVariants = keyof typeof VariantStyles;