Unfortunately no, not easily.
There are some standard sprite sheets that will work in most other engines basically right out the box.
But a lot of these effects takes advantage of a special shader that fades out a texture based on a greyscale mask.
So unless you recreated a similar shader and particle system, the textures alone might not be enough.
So it is technically possible, but it would take some work to get it functioning.