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