/** * Builds the dialog overlay DOM fragment for the export progress indicator. * * The title text is resolved at call-time so it reflects the active locale. * * @param {string} title Translated title string (e.g. "Exporting…"). * @returns {DocumentFragment} */ export declare function buildExportDialogContent(title: string): DocumentFragment;