/// import { NumPadProps } from './NumPad.types'; declare const NumPad: (props: NumPadProps) => JSX.Element; export default NumPad;