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