import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ExpansionTableComponent implements OnInit {
    datas: any;
    isOpenIndex: any;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionTableComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ExpansionTableComponent, "sl-expansion-table", never, { "datas": { "alias": "datas"; "required": false; }; }, {}, never, never, false, never>;
}
