import { CoreFormControlBaseComponent } from '../core-form-control-base/core-form-control-base.component'; import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CoreTextInputComponent extends CoreFormControlBaseComponent implements OnInit { constructor(); ngOnInit(): void; writeValue(obj: string): void; onInput(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }