import { ReactNode } from "react"; export declare type TableRowProps = { children?: ReactNode; }; export declare const TableRow: ({ children }: TableRowProps) => import("@emotion/react/jsx-runtime").JSX.Element;