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