import { CylinderGeometry } from '../../thirdparty/three/imports'; import { BufferGeometry3D } from '../core/BufferGeometry3D'; export declare class CylinderGeometry3D extends BufferGeometry3D { radiusTop: number; radiusBottom: number; height: number; radialSegments: number; heightSegments: number; openEnded: boolean; thetaStart: number; thetaLength: number; get _geometry(): CylinderGeometry; protected __geometry: CylinderGeometry; constructor(); destroy(): void; } //# sourceMappingURL=CylinderGeometry3D.d.ts.map