import { OnChanges, OnInit, EventEmitter, SimpleChanges } from '@angular/core'; export declare class LuciAccordionPanelComponent implements OnInit, OnChanges { opened: boolean; title: string; disabled: false; toggle: EventEmitter; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; }