import { AfterContentChecked, OnDestroy, QueryList, TemplateRef } from '@angular/core'; import { VudISidebarItem, VudSidebarItemComponent } from '../sidebar-item/sidebar-item.component'; import * as i0 from "@angular/core"; export declare class VudSidebarGroupComponent extends VudISidebarItem implements OnDestroy, AfterContentChecked { private readonly sidebar; private readonly cdRef; private destroyed$; private _isOpen; disabled: boolean; set isOpen(value: boolean); get isOpen(): boolean; readonly contentTpl: TemplateRef; readonly sidebarItems?: QueryList; ngAfterContentChecked(): void; ngOnDestroy(): void; toggle(): void; private closeOtherGroups; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }