import { InputBaseComponent } from '../base/input-base.component'; import * as i0 from "@angular/core"; export declare class TextBoxComponent extends InputBaseComponent { get text(): string; set text(v: string); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }