import { SVGProps } from 'react';

declare const Particl: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Particl as default };
