import { ManagedGLB } from './ManagedGLB';
import { meshesInNodeByCount, preloadGLB } from './utils';
export { ManagedGLB, preloadGLB, meshesInNodeByCount };
export type { ManagedGLBProps, Custom } from './types';
