export declare const colors: { brandBase: string; brandAccent: string; bgGray: string; bgWhite: string; }; export declare enum TextSize { XSmall = 14, Small = 16, Medium = 20, Large = 24, XLarge = 32, XXLarge = 48 } export declare const defaultFontFamily = "System";