import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class HotkeysHelpComponent {
    private hotkeysService;
    title: string;
    readonly dismiss: EventEmitter<any>;
    hotkeys: import("../hotkeys.service").HotkeyGroup[];
    handleDismiss(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<HotkeysHelpComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<HotkeysHelpComponent, "ng-component", never, { "title": { "alias": "title"; "required": false; }; }, { "dismiss": "dismiss"; }, never, never, true, never>;
}
