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