import { type FC } from 'react'; import './Shortcut-item.scss'; export interface Props { title: string; hotKey: string[] | string; } declare const ShortcutItem: FC; export default ShortcutItem; //# sourceMappingURL=ShortcutItem.d.ts.map