import { THREE } from 'expo-three'; declare class BackgroundTexture extends THREE.Texture { constructor(renderer: THREE.WebGLRenderer); } export default BackgroundTexture;