import * as React from 'react'; import { ListType } from './dtos'; export interface DragDropListProps { data: ListType; } export declare const DragNDropList: React.FC;