import { Node } from '../../core/Node.js'; export class FootnoteReferenceNodeView { constructor(node: any, getPos: any, decorations: any, editor: any, htmlAttributes?: {}); node: any; getPos: any; editor: any; dom: HTMLElement; update(node: any): boolean; #private; } export const FootnoteReference: Node, Record, Record>; //# sourceMappingURL=footnote.d.ts.map