import PropTypes from 'prop-types'; /** * --- * category: utilities/PropTypes * --- * Verify that the given prop is a valid React element. If the DOM is accessible, * also verify if the prop is an instance of `Element`. * @module element */ declare const element: PropTypes.Requireable>; export default element; export { element }; //# sourceMappingURL=element.d.ts.map