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