import type { ElementOf } from 'antd/es/_util/type'; export declare const PresetStatusColors: ["primary", "success", "danger", "warning", "cancelled"]; export type PresetColorType = ElementOf;