export declare const STATUS_COLOR_MAP: { 1: { bgColor: string; lineColor: string; }; 2: { bgColor: string; lineColor: string; }; 3: { bgColor: string; lineColor: string; }; }; export declare const APPROVE_MAP: { 0: { txt: string; color: string; }; 1: { txt: string; color: string; }; 2: { txt: string; color: string; }; 3: { txt: string; color: string; }; 4: { txt: string; color: string; }; 5: { txt: string; color: string; }; 6: { txt: string; color: string; }; 7: { txt: string; color: string; }; 8: { txt: string; color: string; }; 9: { txt: string; color: string; }; 10: { txt: string; color: string; }; 13: { txt: string; color: string; }; };