type ParticlesProps = { id?: string; className?: string; background?: string; particleSize?: number; minSize?: number; maxSize?: number; speed?: number; particleColor?: string; particleDensity?: number; }; export declare const SparklesCore: (props: ParticlesProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=sparkles.d.ts.map