export declare const presetColors: string[];
export declare const presetSystemColors: Set<string>;
export declare const colorsPreset: (theme: any, type: string, ...keys: string[]) => string;
export declare const colorsPresetSystem: (theme: any, type: string, ...keys: string[]) => string;
