import React from 'react'; import { FiltersMap } from '@wix/bex-core'; import { NestedTableDataItem, NestedTableNodeState } from '../../state/NestedTableState/NestedTableNodeState'; import type { NestedTableDragAndDrop } from '../NestedTableDragAndDrop/NestedTableDragAndDrop'; export interface NestedTableParentCellProps { rowNum: number; state: NestedTableNodeState; item: NestedTableDataItem; dragAndDrop?: typeof NestedTableDragAndDrop; } declare function _NestedTableParentCell(props: NestedTableParentCellProps): React.JSX.Element; export declare const NestedTableParentCell: typeof _NestedTableParentCell & { displayName: string; }; export {}; //# sourceMappingURL=NestedTableParentCell.d.ts.map