import type { AxisId, DefaultizedZoomOptions } from '@mui/x-charts/internals'; import type { ZoomInteractionConfig, DefaultizedZoomInteractionConfig } from "./ZoomInteractionConfig.types.js"; export declare const initializeZoomInteractionConfig: (zoomInteractionConfig?: ZoomInteractionConfig, optionsLookup?: Record) => DefaultizedZoomInteractionConfig;