import { IgxToolActionComponent } from "./igx-tool-action-component"; import { ToolActionColorEditor } from "./ToolActionColorEditor"; import * as i0 from "@angular/core"; export declare class IgxToolActionColorEditorComponent extends IgxToolActionComponent { protected createImplementation(): ToolActionColorEditor; /** * @hidden */ get i(): ToolActionColorEditor; ngAfterContentInit(): void; constructor(); /** * Gets or sets the value for the input. */ get value(): string; set value(v: string); exportVisualData(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }