export declare enum ParticleDataFlags { None = 0, InterpColor = 1, InterpScale = 2, Bounce = 4, Wind = 8, FollowSrc = 16, FollowVelocity = 32, TargetPos = 64, TargetLinear = 128, Emissive = 256, Beam = 512, Ribbon = 1024, DataGlow = 65536, DataBlend = 131072 }