import { ECalendarMode } from '../../SACalendar/types'; export declare const selectedDate: string; export declare const fetchData: (mode: ECalendarMode, date?: string) => Promise;