import React from 'react'; import './index.scss'; import { MonthSelectPanelProps } from './type'; declare const MonthSelectPanel: React.FC; export default MonthSelectPanel;