import { OnInit, EventEmitter } from "@angular/core"; import * as i0 from "@angular/core"; export declare class CollapseComponent implements OnInit { title: string; titleStyle: object; open: boolean; raised: boolean; indent: boolean; flush: boolean; onToggle: EventEmitter; constructor(); ngOnInit(): void; toggle(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }