import { default as React } from 'react';
import { ManagedGLBProps } from './types';
import * as THREE from 'three';
export declare const ManagedGLB: React.ForwardRefExoticComponent<Omit<ManagedGLBProps, "ref"> & React.RefAttributes<THREE.Object3D<THREE.Object3DEventMap>>>;
