import type { AxisId } from "../../../../models/axis.js"; import { type DomainDefinition } from "./domain.js"; /** * Selector that computes niced domains for X axes. * Used by auto-size to get accurate tick labels that match what the chart actually displays. */ export declare const selectorChartXAxisDomainsForAutoSize: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial & { cacheKey: import("../../models/index.js").ChartStateCacheKey; }) => Record; /** * Selector that computes niced domains for Y axes. * Used by auto-size to get accurate tick labels that match what the chart actually displays. */ export declare const selectorChartYAxisDomainsForAutoSize: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial & { cacheKey: import("../../models/index.js").ChartStateCacheKey; }) => Record;