import * as React from 'react'; import type { SharedPanelProps } from '../../interface'; export default function MonthPanel(props: SharedPanelProps): React.JSX.Element;