/// import { PopoverProps } from "antd"; declare const Popover: (props: PopoverProps) => JSX.Element; export default Popover;