import { ValidatorFn } from '@angular/forms'; import { SzHtmlFormInputComponent } from '../../sz-html-form-controls/inputs/sz-html-form-input/sz-html-form-input.component'; import { TypeInputInterface } from '../../szorba-types'; export declare type ComponentForEmailVerified = SzHtmlFormInputComponent & TypeInputInterface; export declare class EmailValidatorUtil { static setValidators(formComponent: ComponentForEmailVerified, validatorFns: ValidatorFn[], verifiedEmail: string): void; }