import React from "react";
import { Tetrahedron as GameTetrahedron } from "lingo3d";
declare const Tetrahedron: React.ForwardRefExoticComponent<Partial<import("lingo3d/lib/interface/IPrimitive").default> & {
    children?: React.ReactNode;
} & React.RefAttributes<GameTetrahedron>>;
export default Tetrahedron;
