import { FormGroup } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class UtilsFormGroupLibService {
    constructor();
    validateFormGroup(form: FormGroup): boolean;
    insertValuesFormGroup(dataObject: any, form: FormGroup): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<UtilsFormGroupLibService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<UtilsFormGroupLibService>;
}
