import * as React from "react"; export interface TableRowProps { } declare const TableRow: React.FC; export { TableRow };