import { Object3D, Vector2 } from 'three';
export declare function coreParticlesInitParticlesUVs(object: Object3D, texturesSize: Vector2): void;
