import { OnInit } from '@angular/core';
export declare class GenericChartComponent implements OnInit {
    reportSections: any;
    constructor();
    ngOnInit(): void;
    extension(name: any): any;
    openFile(file: any): void;
}
