export function useCalendarLayout({ width, height, from, to, direction, yearSpacing, monthSpacing, daySpacing, align, }: { width: any; height: any; from: any; to: any; direction: any; yearSpacing: any; monthSpacing: any; daySpacing: any; align: any; }): object; export function useColorScale({ data, minValue, maxValue, colors, colorScale }: { data: any; minValue: any; maxValue: any; colors: any; colorScale: any; }): any; export function useYearLegends({ years, direction, yearLegendPosition, yearLegendOffset }: { years: any; direction: any; yearLegendPosition: any; yearLegendOffset: any; }): any; export function useMonthLegends({ months, direction, monthLegendPosition, monthLegendOffset }: { months: any; direction: any; monthLegendPosition: any; monthLegendOffset: any; }): any; export function useDays({ days, data, colorScale, emptyColor }: { days: any; data: any; colorScale: any; emptyColor: any; }): any[]; //# sourceMappingURL=hooks.d.ts.map