/**
 * Formats a label given a date, number or string.
 *
 * @export
 */
export declare function formatLabel(label: any): string;
/**
 * Escapes a label.
 *
 * @export
 */
export declare function escapeLabel(label: any): string;
