import { default as React } from 'react';
import { SeasonEffectsProps } from '../types';
declare const SeasonEffects: React.FC<SeasonEffectsProps>;
export default SeasonEffects;
