export declare type ThemeColors = { success: string[]; warning: string[]; error: string[]; gray: string[]; TEDRed: string[]; black: string; white: string; blue: string; }; declare const _default: ThemeColors; export default _default;