import React from 'react'; export type BaseImageProps = React.ComponentPropsWithRef<'img'> & { showDownloadButtonOnError?: boolean; }; export declare const BaseImage: React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=BaseImage.d.ts.map