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