import { FC } from 'react'; import { KeyboardProps } from '../../types'; declare const NumericKeyboard: FC; export { NumericKeyboard };