import { VeloPlotComponent as VeloPlotComponentImpl } from './velo-plot.component'; import { useVeloPlotAngular as useVeloPlotAngularImpl } from './hooks'; export { VeloPlotComponent, StackedPlotComponent, } from './velo-plot.component'; export { VeloPlotHost, useVeloPlotAngular, useStackedPlotAngular, useIndicatorAngular, useChartSyncAngular, } from './hooks'; /** @deprecated Use `VeloPlotComponent` instead. **Removed in v4.0.** */ export declare const SciPlotComponent: typeof VeloPlotComponentImpl; /** @deprecated Use `useVeloPlotAngular` instead. **Removed in v4.0.** */ export declare const useSciPlotAngular: typeof useVeloPlotAngularImpl;