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