export default class ImageSelectWidget extends React.Component { static propTypes: { options: PropTypes.Validator; schema: PropTypes.Requireable; }>>; value: PropTypes.Requireable; }; constructor(props: any); _context: Record; render(): JSX.Element; renderImg: (enumName: any, fallback: any) => any; } import * as React from "react"; import * as PropTypes from "prop-types";