export default SmallMinimalExample; declare function SmallMinimalExample(props: any): JSX.Element; declare namespace SmallMinimalExample { namespace propTypes { const popoverProps: PropTypes.Requireable; } } import PropTypes from "prop-types";