import { PostProcessStageProps } from './PostProcessStage'; type Props = { brightness?: number; }; export type BrightnessStageProps = PostProcessStageProps & Props; export declare const BrightnessStage: import('..').CesiumComponentType; export default BrightnessStage;