import { type HTMLAttributes } from 'react';
export type TableRowProps = HTMLAttributes;
/**
* TableRow component, used to display the rows of a table. Renders a native HTML tr element.
*
* @example
*
* John
* 25
*
*/
export declare const TableRow: import("react").ForwardRefExoticComponent>;
//# sourceMappingURL=table-row.d.ts.map