export interface ParticlesBackgroundProps { opacity?: number; particleCount?: number; } declare const ParticlesBackground: ({ opacity, particleCount }: ParticlesBackgroundProps) => import("react/jsx-runtime").JSX.Element; export default ParticlesBackground;