import type { SvelteRenderableNode } from './shared/node-helpers'; interface Props { node: SvelteRenderableNode; } declare const FootnoteReferenceNode: import("svelte").Component; type FootnoteReferenceNode = ReturnType; export default FootnoteReferenceNode;