export declare const selectorZoomInteractionConfig: (args_0: import("@mui/x-charts/internals/plugins/corePlugins/useChartId/useChartId.types").UseChartIdState & import("@mui/x-charts/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types").UseChartSeriesConfigState & import("@mui/x-charts/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types").UseChartExperimentalFeaturesState & import("@mui/x-charts/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("@mui/x-charts/internals/plugins/corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState & import("@mui/x-charts/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & import("@mui/x-charts/internals").UseChartInteractionListenerState & import("./useChartProZoom.types.js").UseChartProZoomState & Partial<{}> & { cacheKey: import("@mui/x-charts/internals").ChartStateCacheKey; }, interactionName: "wheel" | "pinch" | "tapAndDrag" | "doubleTapReset" | "brush") => (Omit & { mouse: { requiredKeys?: import("@mui/x-internal-gestures/core").KeyboardKey[]; }; touch: { requiredKeys?: import("@mui/x-internal-gestures/core").KeyboardKey[]; }; pointerMode?: import("@mui/x-internal-gestures/core").PointerMode[]; allowedDirection?: "x" | "y" | "xy"; }) | null; export declare const selectorPanInteractionConfig: (args_0: import("@mui/x-charts/internals/plugins/corePlugins/useChartId/useChartId.types").UseChartIdState & import("@mui/x-charts/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types").UseChartSeriesConfigState & import("@mui/x-charts/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types").UseChartExperimentalFeaturesState & import("@mui/x-charts/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("@mui/x-charts/internals/plugins/corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState & import("@mui/x-charts/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & import("@mui/x-charts/internals").UseChartInteractionListenerState & import("./useChartProZoom.types.js").UseChartProZoomState & Partial<{}> & { cacheKey: import("@mui/x-charts/internals").ChartStateCacheKey; }, interactionName: "wheel" | "drag" | "pressAndDrag") => (Omit & { mouse: { requiredKeys?: import("@mui/x-internal-gestures/core").KeyboardKey[]; }; touch: { requiredKeys?: import("@mui/x-internal-gestures/core").KeyboardKey[]; }; pointerMode?: import("@mui/x-internal-gestures/core").PointerMode[]; allowedDirection?: "x" | "y" | "xy"; }) | null; export declare const selectorIsZoomBrushEnabled: (args_0: {}, zoomInteractionConfig: any) => any;