import type { PanelSharedProps } from '../../interface'; export declare type WeekPanelProps = PanelSharedProps; declare function WeekPanel(_props: WeekPanelProps): JSX.Element; declare namespace WeekPanel { var displayName: string; var inheritAttrs: boolean; } export default WeekPanel;