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