import React from 'react'; import type { NumberKeyboardProps } from './types'; declare const NumberKeyboard: React.FC; export default NumberKeyboard;