import { ColorWrap, zDepth } from 'ngx-color'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "ngx-color"; export declare class MaterialComponent extends ColorWrap { HEXinput: { [key: string]: string; }; HEXlabel: { [key: string]: string; }; RGBinput: { [key: string]: string; }; RGBlabel: { [key: string]: string; }; zDepth: zDepth; radius: number; background: string; disableAlpha: boolean; constructor(); handleValueChange({ data, $event }: { data: any; $event: any; }): void; handleInputChange({ data, $event }: { data: any; $event: any; }): void; afterValidChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class ColorMaterialModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }