import { SkyAtmosphere as CesiumSkyAtmosphere } from 'cesium'; import { PickCesiumProps } from '../core'; export type SkyAtmosphereCesiumProps = PickCesiumProps; export type SkyAtmosphereProps = SkyAtmosphereCesiumProps; declare const cesiumProps: readonly ["brightnessShift", "hueShift", "saturationShift", "show", "perFragmentAtmosphere", "atmosphereLightIntensity", "atmosphereRayleighCoefficient", "atmosphereMieCoefficient", "atmosphereRayleighScaleHeight", "atmosphereMieScaleHeight", "atmosphereMieAnisotropy"]; declare const SkyAtmosphere: import('..').CesiumComponentType; export default SkyAtmosphere;