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