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