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