import type { ICalendarMonthStyleProps, ICalendarMonthStyles } from './CalendarMonth.types'; export declare const getStyles: (props: ICalendarMonthStyleProps) => ICalendarMonthStyles;