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