import type { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import type { StockOptions } from '../../core'; import type { Chart, CommonConfig } from '../../interface'; export type StockConfig = CommonConfig; declare const StockChart: ForwardRefExoticComponent & RefAttributes>; export default StockChart;