import { Token } from '../../utils'; export declare const CodeBlock: ({ token }: { token: Token; }) => import("react/jsx-runtime").JSX.Element;