import type { EL } from "../node/el"; import type { DOCXOptions } from "./common/docx/component"; import type { JsonEL } from "../node/el/jsonEL"; export declare const renderDocxAsync: (elOrJsonEL: JsonEL | EL, docxOptions?: DOCXOptions) => Promise; export default renderDocxAsync;