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