import { StlProps } from '../file_views/StlView'; import { LoaderContainerProps } from './loaderContainerProps'; /** * STL Format, supports textures * @dial transform */ export declare function Stl({ _key, src, text, buff, hide, encoding, onLoad, ...rest }: LoaderContainerProps): import("react/jsx-runtime").JSX.Element;