export { default as Footnotes } from "./footnotes"; export { default as Footnote } from "./footnote"; export type { FootnoteOptions } from "./footnote"; export { default as FootnoteReference } from "./reference";