import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { MenuInterface } from '../../../../models/menu.interface'; import { FararuLayoutService } from '../../fararu-layout.service'; import * as i0 from "@angular/core"; export declare class AsideMenuDrawerComponent implements OnInit, OnChanges { private layoutService; data: MenuInterface; items: MenuInterface[]; expandedMenus: { [selector: string]: string; }; searchedKeyword: string; constructor(layoutService: FararuLayoutService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; toggleExpanded(menu: MenuInterface): void; openWindow(menu: MenuInterface): void; search(): void; clearSearch(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }