export declare function useMonthsList(): {
    id: string;
    name: string;
}[];
