import { type WithElementRef } from "../../../utils.js"; import type { HTMLTdAttributes } from "svelte/elements"; declare const TableCell: import("svelte").Component, {}, "ref">; type TableCell = ReturnType; export default TableCell;