import type { ICalendarYearStyleProps, ICalendarYearStyles } from './CalendarYear.types'; export declare const getStyles: (props: ICalendarYearStyleProps) => ICalendarYearStyles;