import type { TOC } from "@ember/component/template-only"; export interface KeyComboSignature { Element: HTMLElement; Args: { keys: string[] | string; mac?: string[] | string; }; } export declare const KeyCombo: TOC; export interface KeySignature { Element: HTMLElement; Blocks: { default?: []; }; } export declare const Key: TOC; //# sourceMappingURL=keys.d.ts.map