import { OnInit } from '@angular/core';
export declare class ExpansionPanelComponent implements OnInit {
    text: string;
    datas: any;
    isOpenIndex: any;
    constructor();
    ngOnInit(): void;
}
