import * as i0 from "@angular/core"; export declare class ContextMenuDirective { private readonly contextMenuService; /** Items for the menu. */ links: any[] | (() => any[]); /** Is the menu enabled? */ enabled: boolean; onShowContextMenu(event?: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }