import { FormBuilder, FormGroup } from '@angular/forms'; import { CountryList } from '@qorpo/common'; import { AuthLibConfig } from '../../../lib-config'; import * as i0 from "@angular/core"; export declare class EmailRegistrationFormComponent { private fb; readonly libConfig: AuthLibConfig; countries: CountryList; form: FormGroup; theme: 'qid' | 'qmarket'; constructor(fb: FormBuilder, libConfig: AuthLibConfig); get emailField(): import("@angular/forms").AbstractControl; get usernameField(): import("@angular/forms").AbstractControl; get countryField(): import("@angular/forms").AbstractControl; get passwordField(): import("@angular/forms").AbstractControl; get repeatPasswordField(): import("@angular/forms").AbstractControl; get tosField(): import("@angular/forms").AbstractControl; get promotionsField(): import("@angular/forms").AbstractControl; set emailErrors(value: any); set usernameErrors(value: any); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=email-registration-form.component.d.ts.map