import { SVGProps } from "react"; declare const Particl: (props: SVGProps) => JSX.Element; export default Particl;