/// import { ShortcutsProps } from "./types"; export default function Shortcuts({ variant, keys, combineKeys, color, }: ShortcutsProps): JSX.Element;