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