import { TransitionState } from '@react-spring/three'; import { Style } from '../interface'; declare type FogProps = { style?: Style; p?: TransitionState; url?: string; }; export declare const FogCamera: () => JSX.Element; declare const Fog: (props: FogProps) => JSX.Element; export default Fog;