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