import React from 'react'; interface WeeklyViewProps { startOfWeek: 'sunday' | 'monday'; } export declare const WeeklyView: React.FC; export {};