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