import React from 'react';
import { AcceptUpload, SimpleUploadProps } from './Props';
declare const _default: (Component: React.ComponentType<SimpleUploadProps<any>>) => {
    new <ValueItem>(props: AcceptUpload<ValueItem> | Readonly<AcceptUpload<ValueItem>>): {
        render(): JSX.Element;
        context: any;
        setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<AcceptUpload<ValueItem>>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
        forceUpdate(callback?: (() => void) | undefined): void;
        readonly props: Readonly<AcceptUpload<ValueItem>> & Readonly<{
            children?: React.ReactNode;
        }>;
        state: Readonly<{}>;
        refs: {
            [key: string]: React.ReactInstance;
        };
        componentDidMount?(): void;
        shouldComponentUpdate?(nextProps: Readonly<AcceptUpload<ValueItem>>, nextState: Readonly<{}>, nextContext: any): boolean;
        componentWillUnmount?(): void;
        componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
        getSnapshotBeforeUpdate?(prevProps: Readonly<AcceptUpload<ValueItem>>, prevState: Readonly<{}>): any;
        componentDidUpdate?(prevProps: Readonly<AcceptUpload<ValueItem>>, prevState: Readonly<{}>, snapshot?: any): void;
        componentWillMount?(): void;
        UNSAFE_componentWillMount?(): void;
        componentWillReceiveProps?(nextProps: Readonly<AcceptUpload<ValueItem>>, nextContext: any): void;
        UNSAFE_componentWillReceiveProps?(nextProps: Readonly<AcceptUpload<ValueItem>>, nextContext: any): void;
        componentWillUpdate?(nextProps: Readonly<AcceptUpload<ValueItem>>, nextState: Readonly<{}>, nextContext: any): void;
        UNSAFE_componentWillUpdate?(nextProps: Readonly<AcceptUpload<ValueItem>>, nextState: Readonly<{}>, nextContext: any): void;
    };
    new <ValueItem>(props: AcceptUpload<ValueItem>, context: any): {
        render(): JSX.Element;
        context: any;
        setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<AcceptUpload<ValueItem>>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
        forceUpdate(callback?: (() => void) | undefined): void;
        readonly props: Readonly<AcceptUpload<ValueItem>> & Readonly<{
            children?: React.ReactNode;
        }>;
        state: Readonly<{}>;
        refs: {
            [key: string]: React.ReactInstance;
        };
        componentDidMount?(): void;
        shouldComponentUpdate?(nextProps: Readonly<AcceptUpload<ValueItem>>, nextState: Readonly<{}>, nextContext: any): boolean;
        componentWillUnmount?(): void;
        componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
        getSnapshotBeforeUpdate?(prevProps: Readonly<AcceptUpload<ValueItem>>, prevState: Readonly<{}>): any;
        componentDidUpdate?(prevProps: Readonly<AcceptUpload<ValueItem>>, prevState: Readonly<{}>, snapshot?: any): void;
        componentWillMount?(): void;
        UNSAFE_componentWillMount?(): void;
        componentWillReceiveProps?(nextProps: Readonly<AcceptUpload<ValueItem>>, nextContext: any): void;
        UNSAFE_componentWillReceiveProps?(nextProps: Readonly<AcceptUpload<ValueItem>>, nextContext: any): void;
        componentWillUpdate?(nextProps: Readonly<AcceptUpload<ValueItem>>, nextState: Readonly<{}>, nextContext: any): void;
        UNSAFE_componentWillUpdate?(nextProps: Readonly<AcceptUpload<ValueItem>>, nextState: Readonly<{}>, nextContext: any): void;
    };
    contextType?: React.Context<any> | undefined;
};
export default _default;
