import Keyboard from './keyboard'; import { KeyboardProps } from './keyboard'; export type Props = KeyboardProps; export default Keyboard;