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