import React from 'react'; export declare const AddLocationModal: ({ isOpen, onClose, tourId, initialLegId, editingLocation }: { isOpen: boolean; onClose: () => void; tourId: string; initialLegId?: string; editingLocation?: any; }) => React.JSX.Element;