import type { App } from "vue";
import { type Engine } from "@tsparticles/engine";
declare const VueParticles: (app: App, options: {
    init: (engine: Engine) => Promise<void>;
}) => void;
export default VueParticles;
