import { UntypedFormGroup, ValidatorFn } from '@angular/forms'; import { Validation } from '../../shared/models/validation.model'; import { Section } from '../../shared/models/section.model'; import * as i0 from "@angular/core"; export declare class FormsService { initForm(sections: Section[]): UntypedFormGroup; createValidations(validators: Validation[]): ValidatorFn[] | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }