import { ElementOf } from './type'; export declare const PresetStatusColorTypes: ["success", "processing", "error", "default", "warning"]; export declare const PresetColorTypes: ["red", "orange", "magenta", "purple", "blue-purple", "blue", "azure", "cold-green", "gray"]; export declare type PresetColorType = ElementOf; export declare type PresetStatusColorType = ElementOf;