export { DotLottieWC } from './dotlottie-wc.js';
export { DotLottieWorkerWC } from './dotlottie-worker-wc.js';
import '@lottiefiles/dotlottie-web';
import './base-dotlottie-wc.js';
import 'lit';

declare const setWasmUrl: (url: string) => void;

export { setWasmUrl };
