import { ElementRef, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AccordionDirective implements OnInit { private el; opened: boolean; constructor(el: ElementRef); ngOnInit(): void; clicked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }