export function computeDomain(data: any[], minSpec: number | 'auto', maxSpec: number | 'auto'): [number, string]; export function computeLayout({ width, height, from, to, direction, yearSpacing, monthSpacing, daySpacing, align, }: number): object; export function bindDaysData({ days, data, colorScale, emptyColor }: any): any[]; export function computeYearLegendPositions({ years, direction, position, offset }: { years: any; direction: any; position: any; offset: any; }): any; export function computeMonthLegendPositions({ months, direction, position, offset }: { months: any; direction: any; position: any; offset: any; }): any; //# sourceMappingURL=compute.d.ts.map