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