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