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