import { type WorkDocumentUnderlineFormatting } from './work-document-underline'; import { type DocxThemeResolver } from './work-docx-theme'; export declare function importedDocxUnderline(element: Element, theme?: DocxThemeResolver): WorkDocumentUnderlineFormatting;