import { InterleavedBufferAttribute } from '../../thirdparty/three/imports'; export declare class InterleavedBufferAttribute3D { _bufferAttribute: InterleavedBufferAttribute; get array(): number[]; get count(): number; static get(bufferAttribute: InterleavedBufferAttribute): InterleavedBufferAttribute3D; private static _map; } //# sourceMappingURL=InterleavedBufferAttribute3D.d.ts.map