export declare const defaultColors: {
    color: string;
    preview: string;
    variants: string[];
}[];
