export declare const RAW: {
    color: string;
    preview: string;
    variants: string[];
}[];
export interface COLOREVENT {
    color: string;
}
