import { IgxToolActionComponent } from "./igx-tool-action-component"; import { ToolActionLabel } from "./ToolActionLabel"; import * as i0 from "@angular/core"; export declare class IgxToolActionLabelComponent extends IgxToolActionComponent { protected createImplementation(): ToolActionLabel; /** * @hidden */ get i(): ToolActionLabel; ngAfterContentInit(): void; constructor(); exportVisualData(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }