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