/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import * as VegaMorphCharts from '@msrvida/vega-morphcharts'; import { ColumnStats } from '@msrvida/chart-types'; export declare function makeDateRange(tickTexts: VegaMorphCharts.types.TickText[], columnStats: ColumnStats): void;