import { TParticlesConfig, TParticlesConfigToParamsDependencies, TParticlesParams } from '../Models'; export declare function particlesConfigToParams(config: TParticlesConfig, { materialRegistry }: TParticlesConfigToParamsDependencies): TParticlesParams | never;