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