import React, { MouseEventHandler } from "react"; import { VariantProps } from "tailwind-variants"; import { BlockProps } from "../Block"; export declare const TableRow: React.ForwardRefExoticComponent<{ className?: string; children: React.ReactNode; onClick?: MouseEventHandler; } & Omit & VariantProps>> & React.RefAttributes> & { Cell: React.ForwardRefExoticComponent<{ role?: "cell" | "columnheader"; stickyLeft?: number; } & VariantProps>> & Omit, "height" | "width"> & import("../..").TextColorVariantProps & React.RefAttributes>; }; //# sourceMappingURL=TableRow.d.ts.map