import { AfterViewInit, OnInit } from '@angular/core'; export declare class GroupComponent implements OnInit, AfterViewInit { private _panels; private _destroy; constructor(); ngOnInit(): void; ngAfterViewInit(): void; private _onPanelClick(index); }