import { NormalBufferAttributes, NormalOrGLBufferAttributes } from 'three'; import { IGeometry, IGeometryEventMap, IGeometryUserData } from '../IGeometry'; import { LineGeometry } from 'three/examples/jsm/lines/LineGeometry.js'; import { IObject3D } from '../IObject'; export declare class LineGeometry2 extends LineGeometry implements IGeometry { assetType: 'geometry'; center2: (this: IGeometry, offset?: import('three').Vector3, keepWorldPosition?: boolean, setDirty?: boolean) => () => void; setDirty: (this: IGeometry, options?: import('../IGeometry').IGeometrySetDirtyOptions) => void; refreshUi: (this: IGeometry) => void; appliedMeshes: Set | undefined, import('..').IMaterial | import('..').IMaterial[] | undefined>>; userData: IGeometryUserData; constructor(); getPositions(): Float32Array | null; getColors(): Float32Array | null; } //# sourceMappingURL=../../src/core/geometry/LineGeometry2.d.ts.map