import { t as $ } from "./index-DzwdSRLm.js";
import { BaseDotLottieWC } from "./base-dotlottie-wc.js";

//#region src/dotlottie-worker-wc.d.ts
declare class DotLottieWorkerWC extends BaseDotLottieWC<$> {
  protected _createDotLottieInstance(config: Config & {
    workerId?: string;
  }): $;
}
//#endregion
export { DotLottieWorkerWC };
//# sourceMappingURL=dotlottie-worker-wc.d.ts.map