import { InstancedBufferAttribute } from '../../thirdparty/three/imports'; import { BufferAttribute3D } from './BufferAttribute3D'; export interface InstancedBufferAttribute3D { get _bufferAttribute(): InstancedBufferAttribute; set _bufferAttribute(v: InstancedBufferAttribute); } export declare class InstancedBufferAttribute3D extends BufferAttribute3D { protected __bufferAttribute: InstancedBufferAttribute; constructor(array: ArrayLike, itemSize: number, normalized?: boolean, meshPerAttribute?: number); static get(bufferAttribute: InstancedBufferAttribute): InstancedBufferAttribute3D; } //# sourceMappingURL=InstancedBufferAttribute3D.d.ts.map