import { EventEmitter } from "@angular/core"; import { BooleanInput, CoreComponent } from "zek"; import * as i0 from "@angular/core"; export declare class Accordion extends CoreComponent { private _uniqueId; /** The unique ID for the radio button. */ id: string; protected _accordionId: string; protected _collapseId: string; title: string; onEdit: EventEmitter; onDelete: EventEmitter; private _showEdit; get showEdit(): boolean; set showEdit(v: BooleanInput); private _showDelete; get showDelete(): boolean; set showDelete(v: BooleanInput); edit(): void; delete(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }