import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NglColorpickerInputs { set hex(hex: string); get hex(): string; hexChange: EventEmitter; red: number; green: number; blue: number; uid: string; private _hex; updateHex(value: any): void; onRGB(key: string, value: number): void; get isHexInvalid(): boolean; isColorNumberValid(key: string): boolean; isRGBValid(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }