import React from 'react'; interface SkyboxProps { rootUrl: string; size?: number; name?: string; } declare const Skybox: React.FC; export default Skybox;