import { type XYChartState } from '../types/state.js'; export declare function reducePanDomain(domain: XYChartState['currentDomain']): (prev: XYChartState) => XYChartState;