import React, { HTMLAttributes } from 'react'; import { NestedTableKeyedItem } from '../../state'; import { FiltersMap } from '@wix/bex-core'; export interface NestedTableRowProps extends HTMLAttributes { rowData: NestedTableKeyedItem; } export declare const NestedTableRow: React.MemoExoticComponent & React.RefAttributes, "key" | keyof NestedTableRowProps> & React.RefAttributes>>; //# sourceMappingURL=NestedTableRow.d.ts.map