import * as React from 'react'; import { DnDTreeTableProps } from './types'; export declare const DnDTreeTable: React.FC;