import React from 'react'; import { WeekComponentProps } from '../componentTypes'; declare const _default: React.MemoExoticComponent<({ Day, dayTheme, listWidth, markedDates, onDayPress, theme, week, }: WeekComponentProps) => JSX.Element>; export default _default;