import { Popup as LeafletPopup, PopupOptions } from 'leaflet'; import type { EventHandler } from '../../../../types'; import type { PopupProps } from '../types'; declare const useEvents: (props?: Omit | undefined) => { options: PopupOptions; events: Record>; }; export default useEvents;