import React from "react"; /** * CodeHighlight component renders the code in a pretty way with `prism-react-renderer` library. * By default, code overflowing 50vh will be scrollable; this can be adjusted with the `wrapperProps` prop. */ export declare const CodeHighlight: React.FC<{ code: string; wrapperProps?: React.ComponentProps<"div">; }>; //# sourceMappingURL=index.d.ts.map