import { useVeloPlot as useVeloPlotImpl } from './useVeloPlot'; export { createVeloPlot, useVeloPlot, type UseVeloPlotOptions } from './useVeloPlot'; export { createStackedPlot, useStackedPlot } from './useStackedPlot'; export { useIndicator } from './useIndicator'; export { useChartSync, useChartGroup } from './useChartSync'; /** @deprecated Use `useVeloPlot` / `createVeloPlot` instead. **Removed in v4.0.** */ export declare const useSciPlot: typeof useVeloPlotImpl; /** @deprecated Use `createVeloPlot` instead. **Removed in v4.0.** */ export declare const createSciPlot: typeof useVeloPlotImpl; /** @deprecated Use `useVeloPlot` instead. **Removed in v4.0.** */ export declare const useSciChart: typeof useVeloPlotImpl;