import { ElementRef, OnInit } from "@angular/core"; export declare class MenuItemComponent implements OnInit { private _elementRef; disabled: boolean; disableRipple: boolean; constructor(_elementRef: ElementRef); ngOnInit(): void; _getHostElement(): HTMLElement; _getTabIndex(): string; }