import React from 'react'; export type KeyboardSpaceProps = { // sx?: SxProps; }; export const KeyboardSpace: React.FC = (props) => { return null; };