/** * The node view for the document section node. */ export class DocumentSectionView { constructor(node: any, getPos: any, decorations: any, editor: any); node: any; editor: any; decorations: any; view: any; getPos: any; dom: HTMLDivElement | undefined; contentDOM: HTMLDivElement | undefined; infoDiv: HTMLDivElement | undefined; #private; } //# sourceMappingURL=DocumentSectionView.d.ts.map