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