import { LitElement } from "lit"; import type { TemplateResult } from "lit"; export declare class XmCode extends LitElement { static styles: CSSStyleSheet[]; block: boolean; render(): TemplateResult; } declare global { interface HTMLElementTagNameMap { "xm-code": XmCode; } }