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