/** * ParticleBackground Component * * A dynamic background with animated particles. */ import React from "react"; import { ParticleBackgroundProps } from "./types"; declare const ParticleBackground: React.ForwardRefExoticComponent>; export default ParticleBackground; //# sourceMappingURL=ParticleBackground.d.ts.map