/// import { PanelSharedProps } from '../../interface'; export declare type WeekPanelProps = PanelSharedProps; declare function WeekPanel(props: WeekPanelProps): JSX.Element; export default WeekPanel;