/** * Context provider to allow programmatic opening of map popups */ export default function PopupPovider({ children }: { children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=popup-provider.component.d.ts.map