export declare const color: { light: { tableRowColor0: string; tableRowColor1: string; primaryTextColor: string; textColor0: string; textColor1: string; textColor2: string; buttonTextColor: string; buttonColor: string; buttonGroupColor: string; borderColor: string; focusBorderColor: string; bgColor: string; bgColor1: string; activeBgColor: string; blurBgColor: string; primary: string; }; dark: { tableRowColor0: string; tableRowColor1: string; primaryTextColor: string; textColor0: string; textColor1: string; textColor2: string; buttonTextColor: string; buttonColor: string; buttonGroupColor: string; borderColor: string; focusBorderColor: string; bgColor: string; bgColor1: string; activeBgColor: string; blurBgColor: string; primary: string; }; }; export declare const status: { danger: string; warning: string; success: string; default: string; info: string; };