import type { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import type { Chart } from '../interface'; export declare function makeChartComp(chartType: string): ForwardRefExoticComponent & RefAttributes>;