import React from "react"; interface ExportPageLoadingDialogContent { taskId: string; } declare const ExportPageLoadingDialogContent: ({ taskId }: ExportPageLoadingDialogContent) => React.JSX.Element; export default ExportPageLoadingDialogContent;