import type { WixImageServices, EnvConsts } from '../types'; declare function wowImageFactory(services: WixImageServices, environmentConsts: EnvConsts, contextWindow: Window & typeof globalThis): any; export default wowImageFactory; //# sourceMappingURL=WowImage.d.ts.map