import { RefObject } from '@mantou/gem/lib/decorators'; import { GemElement } from '@mantou/gem/lib/element'; /** * @customElement dy-code-block */ export declare class DuoyunCodeBlockElement extends GemElement { #private; codelang: string; range: string; highlight: string; codeRef: RefObject; mounted(): void; render(): import("lit-html/lib/template-result").TemplateResult; } //# sourceMappingURL=code-block.d.ts.map