import { GeometryProps } from './geometries'; export declare function Mesh({ size, model, g, texId, children, ...rest }: GeometryProps): import("react/jsx-runtime").JSX.Element;