/**
 *
 * @param 月份 (1 - 12)
 * @returns
 */
export declare const MonthPicker: ({ value, onChange }: any) => JSX.Element;
