/// import { NestedTableState } from '../../state/NestedTableState'; import { NestedTableDragHandle } from './NestedTableDragHandle'; declare function setStateObject(params: { state: NestedTableState; }): void; export declare const NestedTableDragAndDrop: { createDragHandleColumn: null; NestedTableDragAndDropContext: ((props: import("./NestedTableDragAndDropContext").NestedTableDragAndDropContextProps) => import("react").JSX.Element) & { displayName: string; }; NestedTableDragAndDropRow: ((props: import("./NestedTableDragAndDropRow").NestedTableDragAndDropRowProps) => import("react").JSX.Element) & { displayName: string; }; setStateObject: typeof setStateObject; NestedTableDragHandle: typeof NestedTableDragHandle; NestedTableGhostIndentationCell: ((props: import("./NestedTableGhostIndentationCell").NestedTableGhostIndentationCellProps) => import("react").JSX.Element | null) & { displayName: string; }; DroppableTableContext: typeof import("@wix/wix-style-react-incubator/dist/types/drag-and-drop/table/DroppableTableContext").DroppableTableContext; DraggableTableRow: import("react").NamedExoticComponent; }; export {}; //# sourceMappingURL=NestedTableDragAndDrop.d.ts.map