import * as React from 'react';
import { ConnectDragPreview } from '../interfaces';
interface DragPreviewImageProps {
    connect: ConnectDragPreview;
    src: string;
}
export declare const DragPreviewImage: React.FC<DragPreviewImageProps>;
export {};
