import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const TableCells: import("svelte").Component; type TableCells = ReturnType; export default TableCells; //# sourceMappingURL=table-cells.svelte.d.ts.map