import { ComponentFactoryResolver, OnInit, Type, ViewContainerRef, AfterContentInit } from '@angular/core'; import { PuiMenuService } from '../../../core/index'; export declare class PuiSidebarComponent implements OnInit, AfterContentInit { private menuService; private componentFactoryResolver; smenu: ViewContainerRef; appSettings: any; menuComponent: Type; private menuInstance; private filterTerms; constructor(menuService: PuiMenuService, componentFactoryResolver: ComponentFactoryResolver); ngOnInit(): void; ngAfterContentInit(): void; filterMenu(term: any): void; clearFilter(filterBox: any): void; }