/// <reference types="react" />
export declare const SEASONS: {
    id: number;
    name: string;
    includeMonths: number[];
    icon: JSX.Element;
}[];
