/// import { Drawer } from './Drawer'; import { Modal } from './Modal'; import { Popconfirm } from './Popconfirm'; import { Popover } from './Popover'; import { Open } from './Open'; export type { IPopupActions } from './usePopup'; export declare const Popup: ((props: import("antd").ModalProps & import("./usePopup").IPopupProps) => import("react").JSX.Element) & { Popover: typeof Popover; Popconfirm: typeof Popconfirm; Modal: typeof Modal; Drawer: typeof Drawer; Open: typeof Open; };