import React, { HTMLAttributes } from 'react';
import { LoadingRowState } from '../LoadingRow/LoadingRowState';
interface TableBaseRowProps extends HTMLAttributes {
state: LoadingRowState;
rowData: {
id: string;
};
}
export declare const TableBaseRow: React.MemoExoticComponent, "key" | keyof TableBaseRowProps> & React.RefAttributes>>;
export {};
//# sourceMappingURL=TableBaseRow.d.ts.map