/** * Renders code in a Discord codeblock */ export declare function CodeBlock(props: { content?: string; lang: string; }): import("react").JSX.Element;