import * as THREE from 'three'; /** * Dynamically imports three js. * @returns A Promise of three js. */ declare function loadThree(): Promise; export { loadThree }; //# sourceMappingURL=index.d.ts.map