import { ElementRef } from '@angular/core'; import { WindowRef } from '@mosaic-design/infosec-components/tokens'; import { IcCollapsibleContainerContentDirective } from '../collapsible-container-content/collapsible-container-content.directive'; import * as i0 from "@angular/core"; export declare class IcCollapsibleContainerItemDirective { #private; elementRef: ElementRef; private windowRef; content: IcCollapsibleContainerContentDirective | undefined; get isCollapsed(): boolean; set isCollapsed(value: boolean); get widthBeforeCollapse(): number; constructor(elementRef: ElementRef, windowRef: WindowRef); get width(): number; get contentWidth(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }