import { WithInstallType } from '../shared';
import _Upload from './upload';
import './style';
import { TdUploadProps } from './type';
export * from './type';
export declare type UploadProps = TdUploadProps;
export declare const Upload: WithInstallType<typeof _Upload>;
export default Upload;
