import { PostProcessStageCompositeProps } from './PostProcessStageComposite'; type Props = { delta?: number; sigma?: number; stepSize?: number; }; export type BlurStageProps = PostProcessStageCompositeProps & Props; export declare const BlurStage: import('..').CesiumComponentType; export default BlurStage;