import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MenuComponent { id: string; link: string; select: boolean; collapse: boolean; icon: string; labelButton: string; iconStyle: 'duotone' | 'linear' | 'filled'; skeleton: boolean; isDropdown: boolean; itemClick: EventEmitter; tooltipVisible: boolean; tooltipPosition: { top: number; left: number; }; tooltipElement: ElementRef; selectableElement: ElementRef; menuItemOpenRef: ElementRef; menuItemCollapseRef: ElementRef; getMenuItemElement(): HTMLElement | null; showTooltip(): void; hideTooltip(): void; collapseMenu(): void; onScroll(): void; private updateTooltipPosition; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }