import { PopoverProps } from '@material-ui/core/Popover'

declare const HoverPopover: React.ComponentType<PopoverProps>

export default HoverPopover
