import { ParsedNode } from 'stream-markdown-parser'; import { NodeComponentProps } from '../../types/node-component'; export declare function FootnoteNode(props: NodeComponentProps<{ type: 'footnote'; id: string; children?: ParsedNode[]; }>): import("react/jsx-runtime").JSX.Element; export default FootnoteNode;