import { BaseSeriesProps } from './BaseSeries'; import type { IBarSeriesSpec } from '@visactor/vchart'; export type BarProps = BaseSeriesProps & Omit; export declare const Bar: import("react").FC & { updateId?: number; componentId?: string; }>;