import { WixImageExternalServices, EnvConsts } from './types'; declare function initCustomElement(services?: WixImageExternalServices, contextWindow?: (Window & typeof globalThis) | null, envConsts?: Partial): void; export { initCustomElement }; //# sourceMappingURL=customElementInit.d.ts.map