import { AfterViewInit, ElementRef } from "@angular/core"; import { HotkeyService } from "../services/hotkeys.service"; import * as i0 from "@angular/core"; export declare class HotkeyDirective implements AfterViewInit { el: ElementRef; hotkeyService: HotkeyService; hotkey: string | null; contextmenu(pointerEvent: PointerEvent): void; mouseenter(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }