import THREE from './Three';
export declare function loadTexture(url: any, onLoad: any, onProgress: any, onError: any): THREE.Texture;
