import * as React from 'react';
import type { UploadProps } from './interfaces';
export declare type DraggerProps = UploadProps & {
    height?: number;
};
export declare const Dragger: React.FC<DraggerProps>;
