import { EventEmitter, OnChanges } from '@angular/core'; import { getContrastingColor } from 'ngx-color'; import * as i0 from "@angular/core"; export declare class CompactColorComponent implements OnChanges { color: string; active: boolean; onClick: EventEmitter; onSwatchHover: EventEmitter; swatchStyle: Record; swatchFocus: Record; getContrastingColor: typeof getContrastingColor; ngOnChanges(): void; handleClick({ hex, $event }: { hex: any; $event: any; }): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }