export declare class NgxColorsColor {
    preview: string;
    variants: Array<string>;
    constructor(params?: any);
}
