type Props = { encryptedKey: string; url: string; iv: string; privateKey: string; alt?: string; width?: string; height?: string; className?: string; caption?: string; fetchV1ImageFn: (url: string) => Promise; }; export declare const SecureImage: import('react').ForwardRefExoticComponent>; export {};