import { ReportFileType } from './../reports-container-models/reports-container-enums'; import { ReportProperty } from '../reports-container-models/report-property'; import { ReportGroup } from '../reports-container-models/report-group'; import { OnInit, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ReportGroupComponent implements OnInit { reportGroup: ReportGroup; exportReportEvent: EventEmitter; filetype: typeof ReportFileType; constructor(); /** * On init life cycle hook */ ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }