import { Injector, ElementRef, OnInit } from '@angular/core'; import { OFormComponent } from '../../form/o-form.component'; import { OTextInputComponent } from '../text-input/o-text-input.component'; export declare const DEFAULT_INPUTS_O_PASSWORD_INPUT: string[]; export declare const DEFAULT_OUTPUTS_O_PASSWORD_INPUT: string[]; export declare class OPasswordInputComponent extends OTextInputComponent implements OnInit { static DEFAULT_INPUTS_O_PASSWORD_INPUT: string[]; static DEFAULT_OUTPUTS_O_PASSWORD_INPUT: string[]; constructor(form: OFormComponent, elRef: ElementRef, injector: Injector); } export declare class OPasswordInputModule { }