import type { ParagraphChild } from 'docx'; export declare function docxCaptionParagraph(element: HTMLElement, titleChildren: ParagraphChild[], docx: typeof import('docx'), bidirectional?: boolean): InstanceType; export declare function docxCrossReferenceRuns(element: HTMLElement, docx: typeof import('docx')): ParagraphChild[]; export declare function docxCaptionBookmarkId(source: string): string;