export default class NumberWidget extends React.Component { static propTypes: { schema: PropTypes.Validator; }>>>; value: PropTypes.Requireable; }; constructor(props: any); constructor(props: any, context: any); render(): JSX.Element; formatValue: (value: any) => any; } import * as React from "react"; import * as PropTypes from "prop-types";