import type { Material } from 'three/webgpu'; import { VertexObjects } from '../../vertex-objects/VertexObjects.js'; import type { AnimatedSpritesGeometry } from './AnimatedSpritesGeometry.js'; import type { AnimatedSpritesMaterial } from './AnimatedSpritesMaterial.js'; export declare class AnimatedSprites extends VertexObjects { geometry: AnimatedSpritesGeometry | undefined; material: AnimatedSpritesMaterial | undefined; constructor(geometry?: AnimatedSpritesGeometry, material?: Material); dispose(): void; } //# sourceMappingURL=AnimatedSprites.d.ts.map