import atlas from 'azure-maps-control'; import { IAzureMapPopup } from '../../types'; export declare const useCreatePopup: ({ options, popupContent, isVisible }: Pick) => atlas.Popup; export default useCreatePopup;