import { createRemoteComponent } from '@remote-ui/core';

/**
 * Image is used for large format, responsive images. For small images use Thumbnail.
 */
const Image = createRemoteComponent('Image');

export { Image };
