import { type ReactNode } from "react"; export declare function Popup({ children, popup }: { children: ({ toggle, id }: { toggle: () => void; id: string; }) => ReactNode; popup: ReactNode; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Popup.d.ts.map