import { EventEmitter } from '@angular/core'; import { HSLA, RGBA } from 'ngx-color'; import * as i0 from "@angular/core"; export declare class SketchFieldsComponent { hsl: HSLA; rgb: RGBA; hex: string; disableAlpha: boolean; onChange: EventEmitter; input: { [key: string]: string; }; label: { [key: string]: string; }; round(value: any): number; handleChange({ data, $event }: { data: any; $event: any; }): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }