import { DragLayerMonitorProps } from "@minoru/react-dnd-treeview"; import React from "react"; import { FileProperties } from "../../models/FileProperties"; type Props = { monitorProps: DragLayerMonitorProps; }; export declare const CustomDragPreview: React.FC; export {};