import type TableColumn from "./TableColumn.js"; export default function TableColumnTemplate(this: TableColumn) { return ( ); }