import { ElementOf } from './type'; export declare const PresetStatusColorTypes: ["success", "processing", "error", "default", "warning"]; export declare const PresetStatusTypes: ["inactive", "active", "processing", "success", "error", "warning"]; export declare const PresetColorTypes: ["blue", "red", "green", "orange", "grey"]; export type PresetColorType = ElementOf; export type PresetStatusColorType = ElementOf; export type PresetStatusType = ElementOf;