import { IgxToolActionComponent } from "./igx-tool-action-component"; import { ToolActionTextInput } from "./ToolActionTextInput"; import * as i0 from "@angular/core"; export declare class IgxToolActionTextInputComponent extends IgxToolActionComponent { protected createImplementation(): ToolActionTextInput; /** * @hidden */ get i(): ToolActionTextInput; 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; }