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