import { TParticlesConfig, TParticlesConfigToParamsDependencies, TParticlesWrapper } from '../Models'; export declare function particlesEntityToConfig(entity: TParticlesWrapper, { materialRegistry }: TParticlesConfigToParamsDependencies): TParticlesConfig;