import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core'; import { BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class UIAccordionComponent implements AfterViewInit { label: string; isOpened: boolean; name: string; type: string | "radio" | "checkbox"; containerClass: string; accordionClass: string; labelClass: string; contentClass?: string; selected: EventEmitter; inputElement?: ElementRef; checked: BehaviorSubject; constructor(); ngAfterViewInit(): void; setOnSelected(x: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }