declare const Base_tooltip_num: { zIndex: number; shared: boolean; crosshairs: boolean; backgroundColor: null; borderWidth: number; borderColor: string; borderRadius: number; shadow: boolean; useHTML: boolean; formatter: () => any; style: { color: string; fontSize: string; }; }; declare const Base_tooltip_Pre: { zIndex: number; shared: boolean; crosshairs: boolean; backgroundColor: null; borderWidth: number; borderColor: string; borderRadius: number; shadow: boolean; useHTML: boolean; valueDecimals: number; valueSuffix: string; formatter: () => any; style: { color: string; fontSize: string; }; }; declare const Base_tooltip_BoxPlot: { zIndex: number; shared: boolean; crosshairs: boolean; backgroundColor: null; borderWidth: number; borderColor: string; borderRadius: number; shadow: boolean; useHTML: boolean; style: { color: string; fontSize: string; }; formatter: () => string; }; declare const Base_tooltip_Bubble: { zIndex: number; shared: boolean; crosshairs: boolean; backgroundColor: null; borderWidth: number; borderColor: string; borderRadius: number; shadow: boolean; useHTML: boolean; style: { color: string; fontSize: string; }; formatter: () => string; }; declare const Base_tooltip_Chain: { zIndex: number; shared: boolean; crosshairs: boolean; backgroundColor: null; borderWidth: number; borderColor: string; borderRadius: number; shadow: boolean; useHTML: boolean; formatter: () => any; style: { color: string; fontSize: string; }; }; declare const Base_tooltip_Chain_noper: { zIndex: number; shared: boolean; crosshairs: boolean; backgroundColor: null; borderWidth: number; borderColor: string; borderRadius: number; shadow: boolean; useHTML: boolean; formatter: () => any; style: { color: string; fontSize: string; }; }; declare const Base_tooltip_Pre_Chain: { zIndex: number; shared: boolean; crosshairs: boolean; backgroundColor: null; borderWidth: number; borderColor: string; borderRadius: number; shadow: boolean; useHTML: boolean; valueDecimals: number; valueSuffix: string; formatter: () => any; style: { color: string; fontSize: string; }; }; declare const Base_tooltip_Pre_Chain_chazhi: { zIndex: number; shared: boolean; crosshairs: boolean; backgroundColor: null; borderWidth: number; borderColor: string; borderRadius: number; shadow: boolean; useHTML: boolean; valueDecimals: number; valueSuffix: string; formatter: () => any; style: { color: string; fontSize: string; }; }; export { Base_tooltip_num, Base_tooltip_Pre, Base_tooltip_BoxPlot, Base_tooltip_Bubble, Base_tooltip_Chain, Base_tooltip_Chain_noper, Base_tooltip_Pre_Chain, Base_tooltip_Pre_Chain_chazhi };