import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class GenericChartComponent implements OnInit {
    reportSections: any;
    constructor();
    ngOnInit(): void;
    extension(name: any): any;
    openFile(file: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<GenericChartComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<GenericChartComponent, "sl-generic-chart", never, { "reportSections": { "alias": "reportSections"; "required": false; }; }, {}, never, never, false, never>;
}
