interface WeekListProps { prefixCls?: string; weekStart?: number; isWeek?: boolean; CALENDAR_LOCALE?: Record; } declare function WeekList(props: WeekListProps): JSX.Element; export default WeekList;