import { NarikFormComponent } from './../base/narik-form-component'; import { Injector } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NarikInput extends NarikFormComponent { _type: string; _maxlength: number; _mask: any; _icon: string; _displayStatus: string; set displayStatus(value: string); get displayStatus(): string; set mask(value: any); get mask(): any; set maxlength(value: number); get maxlength(): number; set type(value: string); get type(): string; set icon(value: string); get icon(): string; constructor(injector: Injector); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare const NARIK_INPUT_INPUTS: string[];