export declare class NgxColor {
    preview: string;
    variants: Array<string>;
}
