/**
 * @jsxRuntime classic
 * @jsx jsx
 */
import { jsx } from '@emotion/react';
import type { Keymap } from '@atlaskit/editor-common/keymaps';
export declare const shortcutNamesWithoutKeymap: string[];
export declare const getComponentFromKeymap: (keymap: Keymap) => jsx.JSX.Element;
