import { ChangeDetectorRef } from '@angular/core'; import { ExpandableContainer, ExpandableItem } from '../models'; import * as i0 from "@angular/core"; export declare class ExpandableItemDirective extends ExpandableItem { private readonly changeDetector; private readonly container?; private expanded; readonly id: string; set isExpanded(value: boolean); get isExpanded(): boolean; constructor(changeDetector: ChangeDetectorRef, container?: ExpandableContainer | undefined); toggle(): void; open(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=expandable-item.directive.d.ts.map