import { PolyhedronBufferGeometry } from './Polyhedron';
export declare class IcosahedronBufferGeometry extends PolyhedronBufferGeometry {
    parameters: any;
    constructor(radius: number, detail: number, points_only: boolean);
}
