import React from 'react';
/**
 * @description
 * Image component to load images
 */
export declare const Image: React.ForwardRefExoticComponent<import("./types/image").IImageStandAlone & React.RefAttributes<HTMLElement>>;
