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