export declare function UrlLoadModal({ onClose, initialUrl }: { onClose: () => void; initialUrl?: string; }): import("react").JSX.Element;