import { LoaderContainerProps } from './loaderContainerProps'; import { BvhProps } from '../file_views'; /** * BVH motion capture file loader component * * @dial bvh @dial-no-wrap * @dial animation @dial-no-wrap */ export declare function Bvh({ _key, src, text, buff, hide, encoding, onLoad, ...rest }: LoaderContainerProps): import("react/jsx-runtime").JSX.Element;