import { Theme } from 'react-native-calendars/src/types'; /** * `calendar` maps to react-native-calendars' `theme` prop and must use the library's own Theme * keys (camelCase colour/font tokens), not style-system tokens — the object is passed through * verbatim without transformation. */ export type CalendarComposition = 'wrapper' | 'header' | 'calendar'; export type CalendarThemeConfig = Theme; //# sourceMappingURL=styles.d.ts.map