import { cn } from './utils/cn'; import * as i0 from "@angular/core"; export declare class AccordionItemComponent { title: string; class: string; id: string | number; isOpen: boolean; onToggle?: (id: string | number) => void; toggle(): void; protected readonly cn: typeof cn; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }