import React from 'react'; import { CollectionState, FiltersMap, KeyedItem } from '@wix/bex-core'; import { NestedTableLevelDescriptor } from '../../state/NestedTableState/NestedTableLevelDescriptor'; export interface NestedTableActionCellProps { rowNum: number; state: { readonly collection: CollectionState; readonly levelDescriptor: NestedTableLevelDescriptor; }; item: KeyedItem; } declare function _NestedTableActionCell(props: NestedTableActionCellProps): React.JSX.Element | null; export declare const NestedTableActionCell: typeof _NestedTableActionCell & { displayName: string; }; export {}; //# sourceMappingURL=NestedTableActionCell.d.ts.map