import type { PluginElementRenderProps } from '@yoopta/editor'; import type { BundledLanguage, BundledTheme, HighlighterGeneric } from 'shiki'; declare global { interface Window { yShiki: HighlighterGeneric | null; } } export declare const CodeBlockElement: ({ attributes, children, element, blockId, }: PluginElementRenderProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=code.d.ts.map