import React from 'react'; import { KeyboardProps, KeyboardRef } from './type'; export * from './type'; /** * 数字键盘组件 * @en Keyboard component * @type 数据录入 * @type_en Data Entry * @name 数字键盘 * @name_en Keyboard */ declare const Keyboard: React.ForwardRefExoticComponent>; export default Keyboard;