export type DownloadOptionsProps = {
    onDownloadFiles: () => void;
    darkTheme?: boolean;
};
export declare function DownloadOptions(props: DownloadOptionsProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DownloadOptions.d.ts.map