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