import { ElementRef, TemplateRef, ViewContainerRef } from '@angular/core'; import { DestroyService } from '@mosaic-design/infosec-components/services'; import { WindowRef } from '@mosaic-design/infosec-components/tokens'; import * as i0 from "@angular/core"; export declare class IcCollapsibleContainerContentDirective { #private; private view; private templateRef; private elementRef; private windowRef; private destroyed$; set isCollapsed(value: boolean | undefined); constructor(view: ViewContainerRef, templateRef: TemplateRef, elementRef: ElementRef, windowRef: WindowRef, destroyed$: DestroyService); get width(): number; get text(): string; private collapse; private expand; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }