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