```ts
const HotKey: React.FC<{
  label: string;
  keyCap: string;
}>;
```
