import { NestedTableDataItem } from '../../state/NestedTableState/NestedTableNodeState'; import { FiltersMap } from '@wix/bex-core'; import React from 'react'; export interface NestedTableGhostIndentationCellProps { item: NestedTableDataItem; } declare function _NestedTableGhostIndentationCell(props: NestedTableGhostIndentationCellProps): React.JSX.Element | null; export declare const NestedTableGhostIndentationCell: typeof _NestedTableGhostIndentationCell & { displayName: string; }; export {}; //# sourceMappingURL=NestedTableGhostIndentationCell.d.ts.map