/// <reference types="react" />
import "../../CommonImports";
import "../../Core/core.css";
import "./DropdownList.css";
import "./List.css";
import "./ListDropIndicator.css";
import { IListDragImageProps } from "./ListDragImage.Props";
export declare const ListDragImage: (props: IListDragImageProps) => JSX.Element;
