import { W } from '../../primitives/namespaces.js'; import type { ParagraphBorders, TableBorders } from '../types.js'; /** * Build a `w:pBdr` collection with explicit size, spacing, and color per edge, * in `CT_PBdr` sequence order (top, left, bottom, right, between). * * @conformance ECMA-376 edition 5, Part 1 § 17.3.1.24 */ export declare function buildParagraphBordersElement(doc: Document, borders: ParagraphBorders): Element; /** * @conformance ECMA-376 edition 5, Part 1 § 17.4.66 */ export declare function buildTableBordersElement(doc: Document, localName: typeof W.tblBorders | typeof W.tcBorders, borders: TableBorders): Element; //# sourceMappingURL=borders.d.ts.map