import type { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import type { CommonConfig, Chart } from '../../interface'; export declare const BaseChart: ForwardRefExoticComponent & RefAttributes>;