import React from 'react'; import type { TabItem } from '@splunk/dashboard-types'; export interface TabDownloadProgressArgType { tabs: TabItem[]; layoutIds: string[]; } export declare const TabDownloadProgress: ({ tabs, layoutIds, }: TabDownloadProgressArgType) => React.JSX.Element; //# sourceMappingURL=TabDownloadProgress.d.ts.map