export declare function useMonths(locale?: string): { name: string; shortName: string; index: number; }[];