import { type ChartPlugin } from "../../models/index.mjs"; import { type UseChartZAxisSignature } from "./useChartZAxis.types.mjs"; export declare const useChartZAxis: ChartPlugin;