import { NarikFormComponent } from "./../base/narik-form-component"; import { Injector } from "@angular/core"; export declare class NarikInput extends NarikFormComponent { _type: string; _maxlength: number; _mask: any; _icon: string; _displayStatus: string; displayStatus: string; mask: any; maxlength: number; type: string; icon: string; constructor(injector: Injector); } export declare const NARIK_INPUT_INPUTS: string[];