import * as React from 'react'; import { Footnote } from '../mdast'; export declare namespace FootnoteUI { interface Props { node: Footnote; } } export declare class FootnoteUI extends React.Component { render(): JSX.Element; } //# sourceMappingURL=footnote.d.ts.map