import type { ParticlesConfig } from '../types'; interface Props { config: ParticlesConfig; width: number; height: number; } declare const ParticlesBackground: import("svelte").Component; type ParticlesBackground = ReturnType; export default ParticlesBackground;