import { EventEmitter, OnInit } from '@angular/core'; import { getContrastingColor } from 'ngx-color'; import * as i0 from "@angular/core"; export declare class SwatchesColorComponent implements OnInit { color: string; first: boolean; last: boolean; active: boolean; onClick: EventEmitter; onSwatchHover: EventEmitter; getContrastingColor: typeof getContrastingColor; colorStyle: Record; focusStyle: Record; ngOnInit(): void; handleClick($event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }