///
import { ImageProps } from '@shopify/post-purchase-ui-extensions';
declare type ViewportSize = Required['sources'][0]>['viewportSize'];
export declare const MEDIA_MAP: Map;
export declare function Image({ source, sources, description, fit, bordered, loading, aspectRatio, decorative, }: ImageProps): JSX.Element;
export {};