import { FC } from 'react'; import { IDndListProps } from './dndContainer'; export type FRCDndListProps = IDndListProps; export declare const DndList: FC; export default DndList;