import React from 'react'; import type { Popup as MapboxPopup } from 'mapbox-gl'; export declare const Popup: React.ForwardRefExoticComponent void) | undefined; onClose?: ((e: import("./types").PopupEvent) => void) | undefined; style?: React.CSSProperties | undefined; children?: React.ReactNode; } & React.RefAttributes>;