import { Fog as CesiumFog } from 'cesium'; import { PickCesiumProps } from '../core'; export type FogCesiumProps = PickCesiumProps; export type FogProps = FogCesiumProps; declare const cesiumProps: readonly ["density", "enabled", "heightFalloff", "heightScalar", "maxHeight", "minimumBrightness", "renderable", "screenSpaceErrorFactor", "visualDensityScalar"]; declare const Fog: import('..').CesiumComponentType; export default Fog;