export declare const colorSchemes: {
    colorful: string[];
    cool: string[];
    warm: string[];
};
