export default class InputGroupWidget extends React.Component { static contextType: React.Context; static propTypes: { uiSchema: PropTypes.Requireable; inputType: PropTypes.Requireable; className: PropTypes.Requireable; }>>; }>>; schema: PropTypes.Validator; }>>>; value: PropTypes.Requireable>; required: PropTypes.Requireable; }; constructor(props: any); constructor(props: any, context: any); render(): JSX.Element; } import * as React from "react"; import * as PropTypes from "prop-types";