import { OnInit, AfterViewInit, QueryList } from '@angular/core'; import { RDPanelComponent } from './panel/panel.component'; export declare class RDAccordionComponent implements OnInit, AfterViewInit { autoClose: boolean; panels: QueryList; constructor(); ngOnInit(): void; ngAfterViewInit(): void; closePanel(current: any): void; }