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