import React from 'react'; declare type TableRowProps = { children?: React.ReactNode; } & React.HTMLAttributes; declare const TableRow: React.ForwardRefExoticComponent<{ children?: React.ReactNode; } & React.HTMLAttributes & React.RefAttributes>; export { TableRow, TableRowProps }; //# sourceMappingURL=TableRow.d.ts.map