import { PropsWithChildrenAndClassName } from '../../types'; declare const FootnotesDisplay: ({ className }: PropsWithChildrenAndClassName) => import("react/jsx-runtime").JSX.Element | null; export { FootnotesDisplay };