import React from 'react'; export type BaseImageProps = React.ComponentPropsWithRef<'img'>; export declare const BaseImage: React.ForwardRefExoticComponent, HTMLImageElement>, "ref"> & { ref?: ((instance: HTMLImageElement | null) => void) | React.RefObject | null | undefined; }, "ref"> & React.RefAttributes>; //# sourceMappingURL=BaseImage.d.ts.map