import { FC } from 'react'; import { IDndProviderProps } from '../types'; export declare const DndProvider: FC;