import * as React from 'react'; import {PropsWithChildren} from "react"; interface FootnoteProps { className?: string; dataHook?: string; footnote?: React.ReactNode; } export const Footnote: React.FunctionComponent>;