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