import { DodecahedronGeometry } from '../../thirdparty/three/imports'; import { BufferGeometry3D } from '../core/BufferGeometry3D'; export declare class DodecahedronGeometry3D extends BufferGeometry3D { radius?: number; detail?: number; get _geometry(): DodecahedronGeometry; protected __geometry: DodecahedronGeometry; constructor(); destroy(): void; static get(geometry: DodecahedronGeometry): DodecahedronGeometry3D; } //# sourceMappingURL=DodecahedronGeometry3D.d.ts.map