/// export declare const Code: ({ text, language, }: { text: string; language: string; }) => JSX.Element;