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