import { NodeComponentProps } from '../../types/node-component'; export declare function FootnoteReferenceNode(props: NodeComponentProps<{ type: 'footnote_reference'; id: string; }>): import("react/jsx-runtime").JSX.Element; export default FootnoteReferenceNode;