import React from 'react'; declare const Popover: ({ Overlay, ShowComponent }: any) => React.JSX.Element; export default Popover;