import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'; /** * Dynamically imports the OrbitControls of three js. * @returns A Promise of OrbitControls (three js). */ declare function loadOrbitControls(): Promise; export { loadOrbitControls }; //# sourceMappingURL=index.d.ts.map