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