import { PostProcessStageProps } from './PostProcessStage'; type Props = { dirtTexture?: any; starTexture?: any; intensity?: number; distortion?: number; ghostDispersal?: number; haloWidth?: number; earthRadius?: number; }; export type LensFlareStageProps = PostProcessStageProps & Props; export declare const LensFlareStage: import('..').CesiumComponentType; export default LensFlareStage;