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