export declare const downloadImage: (uri: string, fileName: string) => Promise; export declare const withPWA: (name: string, img: string, Opt?: any) => Promise; export default withPWA;