import { PostProcessStage as CesiumPostProcessStage } from 'cesium'; import { PickCesiumProps, ConstructorOptions, Merge } from '../core'; export type Target = Merge>; export type PostProcessStageCesiumProps = PickCesiumProps; export type PostProcessStageCesiumReadonlyProps = PickCesiumProps; export type PostProcessStageProps = PostProcessStageCesiumProps & PostProcessStageCesiumReadonlyProps; declare const cesiumProps: readonly ["enabled", "selected"]; declare const cesiumReadonlyProps: readonly ["clearColor", "forcePowerOfTwo", "fragmentShader", "name", "pixelDatatype", "pixelFormat", "sampleMode", "scissorRectangle", "textureScale", "uniforms"]; export declare const PostProcessStage: import('..').CesiumComponentType; export default PostProcessStage;