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