import React from 'react'; import type { IMonthSwitchProps, IMonthSwitchRef } from './types'; declare const MonthSwitch: React.ForwardRefExoticComponent & React.RefAttributes>; export default MonthSwitch;