import * as React from 'react'; import type { ImageProps } from './types'; import * as imageKit from '@wix/image-kit'; declare const Image: React.FC; export { Image, imageKit }; //# sourceMappingURL=Image.d.ts.map