import { LoaderContainerProps } from '../loaderContainerProps'; /** * Load a 3D object from a file or text. * * @param _key * @param src * @param text * @param buff * @param mtl * @param hide * @param encoding * @param onLoad: When this is a string, it will emit a LOAD event containing the key to this component. * When this is a function, the function will be called. * @param rest * @constructor **/ export declare function Obj({ _key, src, text, buff, mtl, assets, hide, encoding, onLoad, ...rest }: LoaderContainerProps): import("react/jsx-runtime").JSX.Element;