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