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