import { ElementRef } from '@angular/core'; import { AfterViewInit } from '@angular/core'; import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MenuItemComponent implements AfterViewInit { preIconName: string | undefined; lastIconName: string | undefined; titleLabel: string; insetLevel: number; insetUnitPx: number; disabled: boolean; isActive: boolean; titleEl: ElementRef; prepend: TemplateRef; append: TemplateRef; cssClass: string; activeCSSClass: string; constructor(); ngAfterViewInit(): void; get eventCSS(): string[]; get insetStyle(): { 'padding-left': string; }; /** * 避免因冒泡事件,導致 Disable 的時候觸發 RouterLink * @param event */ disabledRouterLink(event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }