export declare const INSERT_ENDNOTE: any; export declare function integerToRoman(num: number): string; export default function EndNotesPlugin({ showPagination }: any): import("react/jsx-runtime").JSX.Element;