import { type AxisConfig, type ChartsXAxisProps, type ChartsYAxisProps, type ScaleName } from "../../../../models/index.js"; import { type AxisId } from "../../../../models/axis.js"; import { type DefaultizedZoomOptions } from "./useChartCartesianAxis.types.js"; export declare const createZoomLookup: (axisDirection: "x" | "y") => (axes?: AxisConfig[]) => Record;