export declare type HeadingVariant = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900; export declare type HeadingFontFamily = 'ui' | 'display' | 'mono'; export declare type ParagraphVariant = 300 | 400 | 500; export declare type ParagraphColor = 'muted' | 'default' | 'intense'; export declare type ParagraphFontFamily = 'ui' | 'display' | 'mono'; export declare type TextVariant = 300 | 400 | 500 | 600; export declare type TextFontFamily = 'ui' | 'display' | 'mono'; export declare type TextColor = 'muted' | 'default' | 'intense'; export declare type TextIntent = 'none' | 'success' | 'info' | 'danger' | 'warning'; export declare type LabelVariant = 300 | 400 | 500; export declare type LabelFontFamily = 'ui' | 'display' | 'mono'; export declare type StrongVariant = 300 | 400 | 500 | 600; export declare type StrongFontFamily = 'ui' | 'display' | 'mono'; export declare type StrongColor = 'muted' | 'default' | 'intense'; export declare type StrongIntent = 'none' | 'success' | 'info' | 'danger' | 'warning';