/// import { Breakpoint, ImageProps } from '@shopify/checkout-ui-extensions'; export declare const MEDIA_MAP: Map; export declare function Image({ source, sources, description, fit, loading, aspectRatio, decorative, }: ImageProps): JSX.Element;