import { ColorWrap } from 'ngx-color'; import * as i0 from "@angular/core"; import * as i1 from "./circle-swatch.component"; import * as i2 from "@angular/common"; import * as i3 from "ngx-color"; export declare class CircleComponent extends ColorWrap { /** Pixel value for picker width */ width: string | number; /** Color squares to display */ colors: string[]; /** Value for circle size */ circleSize: number; /** Value for spacing between circles */ circleSpacing: number; constructor(); isActive(color: string): boolean; handleBlockChange({ hex, $event }: { hex: string; $event: Event; }): void; handleValueChange({ data, $event }: { data: any; $event: any; }): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class ColorCircleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }