import { EventEmitter, OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CircleSwatchComponent implements OnChanges { color: string; circleSize: number; circleSpacing: number; focus: boolean; onClick: EventEmitter; onSwatchHover: EventEmitter; focusStyle: Record; swatchStyle: Record; ngOnChanges(): void; handleClick({ hex, $event }: { hex: any; $event: any; }): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }