export declare const reducer: (state: any, action: any) => any;
export declare const initialState: (props: any) => {
    upload: any;
    process: number;
    status: string;
    fileList: any;
    cropFile: any;
    preview: {
        index: number;
        visible: boolean;
    };
};
export default reducer;
