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