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