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