import * as THREE from 'three';

/**
 * Dynamically imports three js.
 * @returns A Promise of three js.
 */
declare function loadThree(): Promise<typeof THREE>;

export { loadThree };
//# sourceMappingURL=index.d.ts.map
