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