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