import type { CommonChartProps } from '@visactor/react-vchart'; import type { Color } from './types'; export declare const defaultColor: Color[]; export declare const defaultTooltip: CommonChartProps['tooltip']; export declare const defaultProps: CommonChartProps; export declare const defaultReferenceData: number[];