declare const VOLUMEGRID: { left: string; right: string; height: string; top: string; containLabel: boolean; }[]; declare const BASICSERIES: { name: string; type: string; data: undefined; itemStyle: { color: undefined; color0: undefined; borderColor: undefined; borderColor0: undefined; }; }[]; export { BASICSERIES, VOLUMEGRID };