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