import { type TemplateResult } from '../../../../Dom/Html'; import type { CodeElement } from './CodeElement'; /** * The template of the `CodeElement`. * * @public */ export declare function codeElementTemplate(e: T): TemplateResult; //# sourceMappingURL=CodeElementTemplate.d.ts.map