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