import { ReactNode } from 'react'; import { PopupProps } from './PopupProps'; export type PopupContainerProps = PopupProps & { popup(props: PopupProps): ReactNode; }; export declare const PopupContainer: (props: PopupContainerProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=PopupContainer.d.ts.map