import { EventEmitter, OnChanges } from '@angular/core'; import { HSLA, HSLAsource } from './helpers/color.interfaces'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "./coordinates.directive"; export declare class HueComponent implements OnChanges { hsl: HSLA; pointer: Record; radius: number; shadow: string; hidePointer: boolean; direction: 'horizontal' | 'vertical'; onChange: EventEmitter<{ data: HSLAsource; $event: Event; }>; left: string; top: string; ngOnChanges(): void; handleChange({ top, left, containerHeight, containerWidth, $event }: { top: any; left: any; containerHeight: any; containerWidth: any; $event: any; }): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class HueModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }