import { Injector, ElementRef, OnInit } from '@angular/core'; import { ValidatorFn } from '@angular/forms/src/directives/validators'; import { OFormComponent } from '../../form/o-form.component'; import { OTextInputComponent } from '../text-input/o-text-input.component'; export declare const DEFAULT_INPUTS_O_EMAIL_INPUT: string[]; export declare const DEFAULT_OUTPUTS_O_EMAIL_INPUT: string[]; export declare class OEmailInputComponent extends OTextInputComponent implements OnInit { static DEFAULT_INPUTS_O_EMAIL_INPUT: string[]; static DEFAULT_OUTPUTS_O_EMAIL_INPUT: string[]; constructor(form: OFormComponent, elRef: ElementRef, injector: Injector); resolveValidators(): ValidatorFn[]; } export declare class OEmailInputModule { }