import { type ChartBoxes, type ChartXValue, type ProjectScale } from "../../../core/index";
export declare const buildLineChartXScale: <TData>({ boxes, xValues }: {
    boxes: ChartBoxes;
    xValues: ChartXValue[];
}) => ProjectScale<TData>;
//# sourceMappingURL=xScale.d.ts.map