import { type XYChartState } from '../types/state.js'; export declare function reducePanDomain(domain: XYChartState['currentDomain']): (prev: XYChartState) => XYChartState; //# sourceMappingURL=reducer-pan.d.ts.map