export declare const getValueProps: (data: any, imageUrl: string) => {
    fileList: never[];
    file?: undefined;
} | {
    file: any;
    fileList: any;
};
export declare const mediaUploadMapper: (params: any) => any;
//# sourceMappingURL=normalize.d.ts.map