declare function ImageOptionsTray(props: any): React.JSX.Element; declare namespace ImageOptionsTray { namespace propTypes { export let imageOptions: import("prop-types").Validator; appliedHeight: import("prop-types").Requireable; appliedWidth: import("prop-types").Requireable; isDecorativeImage: import("prop-types").Validator; isLinked: import("prop-types").Requireable; naturalHeight: import("prop-types").Validator; naturalWidth: import("prop-types").Validator; }>>>; export { func as onEntered }; export { func as onExited }; export let onRequestClose: import("prop-types").Validator<(...args: any[]) => any>; export let onSave: import("prop-types").Validator<(...args: any[]) => any>; export let open: import("prop-types").Validator; export { bool as isIconMaker }; } namespace defaultProps { let onEntered: null; let onExited: null; let isIconMaker: boolean; } } export default ImageOptionsTray; import React from 'react'; import { func } from 'prop-types'; import { bool } from 'prop-types';