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