import type { SVGProps } from "react"; export interface TableCellIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function TableCellIcon({ className, size, color, ...props }: TableCellIconProps): import("react").JSX.Element; //# sourceMappingURL=table-cell-icon.d.ts.map