declare type Props = { shortcut: string | string[]; }; declare const Keyboard: (props: Props) => JSX.Element; export default Keyboard;