import React from 'react'; import { type TabDownloadProgressArgType } from './TabDownloadProgress'; interface TabDownloadScreenProps extends TabDownloadProgressArgType { modalStep: number; isDownloadingTabs: boolean; } export declare const TabDownloadScreen: ({ modalStep, isDownloadingTabs, tabs, layoutIds, }: TabDownloadScreenProps) => React.JSX.Element | null; export {}; //# sourceMappingURL=TabDownloadScreen.d.ts.map