import { type ChartPlugin } from "../../models/index.js";
import { type UseChartIdSignature } from "./useChartId.types.js";
export declare const useChartId: ChartPlugin<UseChartIdSignature>;