import React from 'react'; import { ImageElement } from '@breadstone/mosaik-elements-foundation'; /** * @public */ export declare const Image: import("../../../../Utils/Proxy").ReactWebComponent; declare global { namespace JSX { interface IntrinsicElements { 'mosaik-image': React.DetailedHTMLProps, ImageElement> | Partial; } } } //# sourceMappingURL=ImageComponent.d.ts.map