import { ColorWrap, zDepth } from 'ngx-color'; import * as i0 from "@angular/core"; import * as i1 from "./swatches-group.component"; import * as i2 from "./swatches-color.component"; import * as i3 from "@angular/common"; import * as i4 from "ngx-color"; export declare class SwatchesComponent extends ColorWrap { /** Pixel value for picker width */ width: string | number; /** Color squares to display */ height: string | number; /** An array of color groups, each with an array of colors */ colors: string[][]; zDepth: zDepth; radius: number; background: string; constructor(); handlePickerChange({ data, $event }: { data: any; $event: any; }): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class ColorSwatchesModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }