import { TemplateRef, EventEmitter, DoCheck } from '@angular/core'; import * as i0 from "@angular/core"; export declare abstract class VudISidebarItem { abstract contentTpl: TemplateRef; } export declare class VudSidebarItemComponent extends VudISidebarItem implements DoCheck { private readonly cdRef; private readonly activeRouterLink; private _active?; private _routerLinkActive?; private _activeDirty; get activeDirty(): boolean; routerLink?: any[] | string | null; disabled: boolean; href?: string; target?: '_blank' | '_self' | '_parent' | '_top'; framename?: string; set active(value: boolean); get active(): boolean; readonly click: EventEmitter; readonly contentTpl: TemplateRef; ngDoCheck(): void; private checkActiveLink; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_disabled: unknown; static ngAcceptInputType_active: unknown; }