export declare type TextSize = '10' | '11' | '12' | '13' | '14' | '15' | '20' | '48'; export declare type TextShade = 'default' | 'subtle' | 'muted' | 'faint' | 'extraMuted' | '' | null; export declare type UIState = 'default' | 'error' | 'success' | 'warning' | '' | null;