export type StatusType = 'success' | 'error' | 'warning' | 'notice' | 'help' | 'normal'; export declare const statusTypes: StatusType[]; export type ColorType = 'success' | 'error' | 'warning' | 'notice' | 'help' | 'normal' | string;