import { ElementOf } from './type'; export declare const IncreaseStatusColorTypes: string[]; export declare const PresetStatusColorTypes: ["success", "processing", "error", "default", "warning", ...string[]]; export declare const PresetColorTypes: ["pink", "red", "yellow", "orange", "cyan", "green", "blue", "purple", "geekblue", "magenta", "volcano", "gold", "lime"]; export declare const PresetLinearColorTypes: ["linear-green", "linear-orange", "linear-gray"]; export declare type PresetColorType = ElementOf; export declare type PresetStatusColorType = ElementOf; export declare type PresetLinearColorType = ElementOf;