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