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