type DownloadDialogProps = {
    id: string;
    protocol?: string;
    open: boolean;
    toggleDialog: () => void;
};
export declare const DownloadDialog: ({ id, open, toggleDialog, protocol, }: DownloadDialogProps) => import("react/jsx-runtime").JSX.Element;
export {};
