import { ChartResolution } from '../../types';
export declare function getDateLabel(date: Date, dateTo?: Date, resolution?: ChartResolution): string;
