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