import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { ValidatorFn } from '@angular/forms'; import { InputType } from '../../../szorba-types'; import { SzHtmlFormInputComponent } from '../sz-html-form-input/sz-html-form-input.component'; import * as i0 from "@angular/core"; export declare class SzHtmlFormInputEmailComponent extends SzHtmlFormInputComponent implements OnInit, OnChanges { type: InputType; verifiedEmail: string; classSzHtmlFormInputEmail: boolean; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; protected getAndSetupAllValidatorFns(): ValidatorFn[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }