import type { ChartSeriesType } from "../../../../models/seriesType/config.js";
import { type ChartRootSelector } from "../../utils/selectors.js";
import type { UseChartExperimentalFeaturesSignature } from "./useChartExperimentalFeature.types.js";
export declare const selectorChartExperimentalFeaturesState: ChartRootSelector<UseChartExperimentalFeaturesSignature<ChartSeriesType>>;