export const dangerStatus: {
    value: number;
    color: any;
    text: string;
}[];
export const checkStatus: {
    value: number;
    color: any;
    text: string;
}[];