import { type FC } from 'react'; interface Props { label: string; } declare const ShortcutButton: FC; export default ShortcutButton; //# sourceMappingURL=ShortcutButton.d.ts.map