import { OnInit } from '@angular/core'; export declare class IccCollapsComponent implements OnInit { list: { index: number; title: string; content: string; }[]; selectedIndex: number; constructor(); ngOnInit(): void; collapsClick(item: any): void; }