import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { Properties } from '../shared/flo-properties'; import PropertyFilter = Properties.PropertyFilter; import * as i0 from "@angular/core"; export declare class PropertiesGroupComponent implements OnInit { propertiesGroupModel: Properties.PropertiesGroupModel; form: FormGroup; filter: PropertyFilter; ngOnInit(): void; createGroupControls(): void; get controlModelsToDisplay(): Properties.ControlModel[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }