import { type IconProps } from "../../../base/index.ts";
declare const TableCells: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type TableCells = ReturnType<typeof TableCells>;
export default TableCells;
