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