export declare const calendarChartClassNames: { legendContainer: string; legendTitle: string; legendTick: string; legendTickLine: string; legendTickText: string; calendarChart: string; calendarYear: string; calendarAxis: string; calendarBody: string; calendarHeader: string; calendarYearTitle: string; calendarWeekDay: string; calendarMonth: string; calendarDays: string; calendarDay: string; }; export declare const SvgWrapper: import('styled-components').StyledComponent<"div", any, {}, never>;