export interface RangeLabel {
    value: string;
}
export declare const RANGE_LABELS: RangeLabel[];
export declare const ZERO_LINE_WIDTH = 3;
