export * from './event'; export * from './tooltip'; declare enum SeriesCategory { NONE = 0, SINGLE = 1, MULTI = 2 } declare enum AxisTypeEnum { CATEGORY = "category", VALUE = "value", TIME = "time", LOG = "log" } export { SeriesCategory, AxisTypeEnum };