export default class ImageDisplayField extends React.Component { static propTypes: { uiSchema: PropTypes.Requireable>; buttons: PropTypes.Requireable<(string | null | undefined)[]>; }>>; }>>; schema: PropTypes.Validator; }>>>; formData: PropTypes.Requireable; }; constructor(props: any); constructor(props: any, context: any); render(): JSX.Element; } import * as React from "react"; import * as PropTypes from "prop-types";