import { IStatus } from '@/common/types'; declare const STATUS_COLOR: { [key in IStatus['valueCode']]: string[]; }; export default STATUS_COLOR;