import type React from 'react'; import type { IImageComponentType } from './types'; export declare function createImage({ Root, }: { Root: React.ComponentType; }): IImageComponentType; //# sourceMappingURL=index.d.ts.map