import { ShortcutService, ShortcutOptions } from '@narik/infrastructure'; import { Observable } from 'rxjs'; import { EventManager } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class NarikShortcutService extends ShortcutService { private eventManager; private document; hotkeys: Map; defaults: Partial; constructor(eventManager: EventManager, document: any); addShortcut(options: Partial): Observable<{ event: any; uniqueId: string; }>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }