import React from "react"; export declare function HighlightedCode({ code, language }: { code: string; language?: string; }): React.JSX.Element;