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