import { LoaderContainerProps } from './loaderContainerProps'; import { GltfProps } from '../file_views'; export declare function resetGlobalLoader(): void; /** * GLB/GLTF file loader component * * @dial gltf @dial-no-wrap * @dial animation @dial-no-wrap */ export declare function Glb({ _key, src, text, buff, hide, encoding, onLoad, ...rest }: LoaderContainerProps): import("react/jsx-runtime").JSX.Element;