import { Geometry } from "../geometry/geometry.js";
export type IcoSphereGeometryProps = {
    id?: string;
    radius?: number;
    iterations?: number;
    attributes?: any;
};
export declare class IcoSphereGeometry extends Geometry {
    constructor(props?: IcoSphereGeometryProps);
}
//# sourceMappingURL=ico-sphere-geometry.d.ts.map