import { DuoyunVisibleBaseElement } from './base/visible'; export declare class DuoyunCodeBlockElement extends DuoyunVisibleBaseElement { #private; codelang: string; range: string; highlight: string; render(): import("@mantou/gem/lib/lit-html").TemplateResult; } //# sourceMappingURL=code-block.d.ts.map