import { FC } from "react";
import type { IParticlesProps } from "./IParticlesProps";
declare const Particles: FC<IParticlesProps>;
export default Particles;
