import React from "react"; import { StyleProp, ViewStyle } from "react-native"; export interface CalendarProps { calendarStyle?: StyleProp; } declare const Calendar: React.FC; export { Calendar };