export declare const CustomHighlighter: (props: { code: string; bigIntPrefix?: string; customClass?: { key?: string; value?: string; }; }) => JSX.Element;