import { SkyBox as CesiumSkyBox } from 'cesium'; import { ConstructorOptions, Merge, PickCesiumProps } from '../core'; export type Target = Merge>; export type SkyBoxCesiumProps = PickCesiumProps; export type SkyBoxProps = SkyBoxCesiumProps; declare const cesiumProps: readonly ["sources", "show"]; declare const SkyBox: import('..').CesiumComponentType; export default SkyBox;