import { THREE } from 'expo-three'; declare class ShadowFloor extends THREE.Mesh { constructor({ width, height, opacity }: { width: any; height: any; opacity: any; }); } export default ShadowFloor;