import type React from 'react'; import type { ILiquidChartSpec } from '@visactor/vchart'; import type { BaseChartProps } from './BaseChart'; export interface LiquidChartProps extends Omit, Omit, 'type'> { } export declare const LiquidChart: React.ForwardRefExoticComponent>;