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