export function computeParagraphReferenceSnapshot(editor: import('../../core/Editor').Editor, paragraphNode: import('prosemirror-model').Node, pos: number): { paragraphProperties: { indent: any; spacing: any; tabStops: any; styleId: any; framePr: any; borders: any; shading: any; numberingProperties: any; justification: any; }; cssFromPPr: Record; list: null; }; //# sourceMappingURL=paragraphReference.d.ts.map