export default Portal; declare function Portal(props: any): import("react").ReactPortal | null; declare namespace Portal { namespace propTypes { const children: PropTypes.Validator>; } } import PropTypes from "prop-types";