import { Sky } from 'three/examples/jsm/objects/Sky.js';
import type { SkyProps } from './types';
declare const Sky: import("svelte").Component<SkyProps, {}, "ref">;
export default Sky;
