import { BaseComponent } from '../base/base.component'; import * as i0 from "@angular/core"; /** * single text field inputs */ export declare class InputComponent extends BaseComponent { /** * called from template in the "simple" type. If "type" is "number" or "integer", * the HTML input type is "number" which avoids normal string input */ getInputType(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }