import { FC } from '@dineug/r-html';
export type ShortcutsProps = {};
declare const Shortcuts: FC<ShortcutsProps>;
export default Shortcuts;
