import { litelib, corelib, plotlib, graphlib, geolib, stdlib } from './lib'; import { API, CompositionAPI } from './api/extend'; import { G2Spec } from './spec'; import type { SymbolFactor } from './utils/marker'; export { litelib, corelib, plotlib, graphlib, geolib, stdlib }; export * from './exports'; /** * G2 standard library initial all the libs except 3D and auto. */ declare const library: { 'data.fetch': import("./runtime").DataComponent; 'data.inline': import("./runtime").DataComponent; 'data.sortBy': import("./runtime").DataComponent; 'data.sort': import("./runtime").DataComponent; 'data.filter': import("./runtime").DataComponent; 'data.pick': import("./runtime").DataComponent; 'data.rename': import("./runtime").DataComponent; 'data.fold': import("./runtime").DataComponent; 'data.slice': import("./runtime").DataComponent; 'data.custom': import("./runtime").DataComponent; 'data.map': import("./runtime").DataComponent; 'data.join': import("./runtime").DataComponent; 'data.kde': import("./runtime").DataComponent; 'data.log': import("./runtime").DataComponent; 'data.wordCloud': import("./runtime").DataComponent>; 'data.ema': import("./runtime").DataComponent; 'transform.stackY': import("./runtime").TransformComponent; 'transform.binX': import("./runtime").TransformComponent; 'transform.bin': import("./runtime").TransformComponent; 'transform.dodgeX': import("./runtime").TransformComponent; 'transform.jitter': import("./runtime").TransformComponent; 'transform.jitterX': import("./runtime").TransformComponent; 'transform.jitterY': import("./runtime").TransformComponent; 'transform.symmetryY': import("./runtime").TransformComponent; 'transform.diffY': import("./runtime").TransformComponent; 'transform.stackEnter': import("./runtime").TransformComponent; 'transform.normalizeY': import("./runtime").TransformComponent; 'transform.select': import("./runtime").TransformComponent; 'transform.selectX': import("./runtime").TransformComponent; 'transform.selectY': import("./runtime").TransformComponent; 'transform.groupX': import("./runtime").TransformComponent; 'transform.groupY': import("./runtime").TransformComponent; 'transform.groupColor': import("./runtime").TransformComponent; 'transform.group': import("./runtime").TransformComponent; 'transform.sortX': import("./runtime").TransformComponent; 'transform.sortY': import("./runtime").TransformComponent; 'transform.sortColor': import("./runtime").TransformComponent; 'transform.flexX': import("./runtime").TransformComponent; 'transform.pack': import("./runtime").TransformComponent; 'transform.sample': import("./runtime").TransformComponent; 'transform.filter': import("./runtime").TransformComponent; 'coordinate.cartesian': import("./runtime").CoordinateComponent; 'coordinate.polar': import("./runtime").CoordinateComponent; 'coordinate.transpose': import("./runtime").CoordinateComponent; 'coordinate.theta': import("./runtime").CoordinateComponent; 'coordinate.parallel': import("./runtime").CoordinateComponent; 'coordinate.fisheye': import("./runtime").CoordinateComponent; 'coordinate.radial': import("./runtime").CoordinateComponent; 'coordinate.radar': import("./runtime").CoordinateComponent; 'coordinate.helix': import("./runtime").CoordinateComponent; 'encode.constant': import("./runtime").EncodeComponent; 'encode.field': import("./runtime").EncodeComponent; 'encode.transform': import("./runtime").EncodeComponent; 'encode.column': import("./runtime").EncodeComponent; 'mark.interval': import("./exports").MarkComponent; 'mark.rect': import("./exports").MarkComponent; 'mark.line': import("./exports").MarkComponent; 'mark.point': import("./exports").MarkComponent; 'mark.text': import("./exports").MarkComponent; 'mark.cell': import("./exports").MarkComponent; 'mark.area': import("./exports").MarkComponent; 'mark.link': import("./exports").MarkComponent; 'mark.image': import("./exports").MarkComponent; 'mark.polygon': import("./exports").MarkComponent; 'mark.box': import("./exports").MarkComponent; 'mark.vector': import("./exports").MarkComponent; 'mark.lineX': import("./exports").MarkComponent; 'mark.lineY': import("./exports").MarkComponent; 'mark.connector': import("./exports").MarkComponent; 'mark.range': import("./exports").MarkComponent; 'mark.rangeX': import("./exports").MarkComponent; 'mark.rangeY': import("./exports").MarkComponent; 'mark.path': import("./exports").MarkComponent; 'mark.shape': import("./exports").MarkComponent; 'mark.density': import("./exports").MarkComponent; 'mark.heatmap': import("./exports").MarkComponent; 'mark.wordCloud': import("./runtime").CompositeMarkComponent; 'palette.category10': import("./runtime").PaletteComponent; 'palette.category20': import("./runtime").PaletteComponent; 'scale.linear': import("./runtime").ScaleComponent; 'scale.ordinal': import("./runtime").ScaleComponent; 'scale.band': import("./runtime").ScaleComponent; 'scale.identity': import("./runtime").ScaleComponent; 'scale.point': import("./runtime").ScaleComponent; 'scale.time': import("./runtime").ScaleComponent; 'scale.log': import("./runtime").ScaleComponent; 'scale.pow': import("./runtime").ScaleComponent; 'scale.sqrt': import("./runtime").ScaleComponent; 'scale.threshold': import("./runtime").ScaleComponent; 'scale.quantile': import("./runtime").ScaleComponent; 'scale.quantize': import("./runtime").ScaleComponent; 'scale.sequential': import("./runtime").ScaleComponent; 'scale.constant': import("./runtime").ScaleComponent; 'theme.classic': import("./runtime").ThemeComponent; 'theme.classicDark': import("./runtime").ThemeComponent; 'theme.academy': import("./runtime").ThemeComponent; 'theme.light': import("./runtime").ThemeComponent; 'theme.dark': import("./runtime").ThemeComponent; 'component.axisX': import("./exports").GuideComponentComponent; 'component.axisY': import("./exports").GuideComponentComponent; 'component.legendCategory': import("./exports").GuideComponentComponent; 'component.legendContinuous': import("./exports").GuideComponentComponent; 'component.legends': import("./exports").GuideComponentComponent; 'component.title': import("./exports").GuideComponentComponent; 'component.sliderX': import("./exports").GuideComponentComponent; 'component.sliderY': import("./exports").GuideComponentComponent; 'component.scrollbarX': import("./exports").GuideComponentComponent; 'component.scrollbarY': import("./exports").GuideComponentComponent; 'animation.scaleInX': import("./runtime").AnimationComponent; 'animation.scaleOutX': import("./runtime").AnimationComponent; 'animation.scaleInY': import("./runtime").AnimationComponent; 'animation.scaleOutY': import("./runtime").AnimationComponent; 'animation.waveIn': import("./runtime").AnimationComponent; 'animation.fadeIn': import("./runtime").AnimationComponent; 'animation.fadeOut': import("./runtime").AnimationComponent; 'animation.zoomIn': import("./runtime").AnimationComponent; 'animation.zoomOut': import("./runtime").AnimationComponent; 'animation.pathIn': import("./runtime").AnimationComponent; 'animation.morphing': import("./runtime").AnimationComponent; 'animation.growInX': import("./runtime").AnimationComponent; 'animation.growInY': import("./runtime").AnimationComponent; 'interaction.elementHighlight': typeof import("./interaction").ElementHighlight; 'interaction.elementHighlightByX': typeof import("./interaction").ElementHighlightByX; 'interaction.elementHighlightByColor': typeof import("./interaction").ElementHighlightByColor; 'interaction.elementSelect': typeof import("./interaction").ElementSelect; 'interaction.elementSelectByX': typeof import("./interaction").ElementSelectByX; 'interaction.elementSelectByColor': typeof import("./interaction").ElementSelectByColor; 'interaction.fisheye': typeof import("./interaction").Fisheye; 'interaction.chartIndex': typeof import("./interaction").ChartIndex; 'interaction.tooltip': typeof import("./interaction").Tooltip; 'interaction.legendFilter': typeof import("./interaction").LegendFilter; 'interaction.legendHighlight': typeof import("./interaction").LegendHighlight; 'interaction.brushHighlight': typeof import("./interaction").BrushHighlight; 'interaction.brushXHighlight': typeof import("./interaction").BrushXHighlight; 'interaction.brushYHighlight': typeof import("./interaction").BrushYHighlight; 'interaction.brushAxisHighlight': typeof import("./interaction").BrushAxisHighlight; 'interaction.brushFilter': typeof import("./interaction").BrushFilter; 'interaction.brushXFilter': typeof import("./interaction").BrushXFilter; 'interaction.brushYFilter': typeof import("./interaction").BrushYFilter; 'interaction.sliderFilter': typeof import("./interaction").SliderFilter; 'interaction.sliderWheel': typeof import("./interaction").SliderWheel; 'interaction.scrollbarFilter': typeof import("./interaction").ScrollbarFilter; 'interaction.poptip': typeof import("./interaction").Poptip; 'interaction.treemapDrillDown': typeof import("./interaction").TreemapDrillDown; 'interaction.elementPointMove': typeof import("./interaction").ElementPointMove; 'composition.spaceLayer': import("./runtime").CompositionComponent; 'composition.spaceFlex': import("./runtime").CompositionComponent; 'composition.facetRect': import("./runtime").CompositionComponent; 'composition.repeatMatrix': import("./runtime").CompositionComponent; 'composition.facetCircle': import("./runtime").CompositionComponent; 'composition.timingKeyframe': import("./runtime").CompositionComponent; 'labelTransform.overlapHide': import("./runtime").LabelTransformComponent; 'labelTransform.overlapDodgeY': import("./runtime").LabelTransformComponent; 'labelTransform.overflowHide': import("./runtime").LabelTransformComponent; 'labelTransform.contrastReverse': import("./runtime").LabelTransformComponent; 'labelTransform.overflowStroke': import("./runtime").LabelTransformComponent; 'labelTransform.exceedAdjust': import("./runtime").LabelTransformComponent; 'data.venn': import("./runtime").DataComponent; 'mark.boxplot': import("./runtime").CompositeMarkComponent; 'mark.gauge': import("./runtime").CompositeMarkComponent; 'mark.liquid': import("./runtime").CompositeMarkComponent; 'data.arc': import("./runtime").DataComponent; 'data.cluster': import("./runtime").DataComponent; 'mark.forceGraph': import("./runtime").CompositeMarkComponent; 'mark.tree': import("./runtime").CompositeMarkComponent; 'mark.pack': import("./runtime").CompositionComponent; 'mark.sankey': import("./runtime").CompositeMarkComponent; 'mark.chord': import("./runtime").CompositeMarkComponent; 'mark.treemap': import("./runtime").CompositionComponent; 'composition.geoView': import("./runtime").CompositionComponent; 'composition.geoPath': import("./runtime").CompositionComponent; }; export type { SymbolFactor }; export declare const Chart: new (options?: import("./api/runtime").RuntimeOptions) => API; 'data.inline': import("./runtime").DataComponent; 'data.sortBy': import("./runtime").DataComponent; 'data.sort': import("./runtime").DataComponent; 'data.filter': import("./runtime").DataComponent; 'data.pick': import("./runtime").DataComponent; 'data.rename': import("./runtime").DataComponent; 'data.fold': import("./runtime").DataComponent; 'data.slice': import("./runtime").DataComponent; 'data.custom': import("./runtime").DataComponent; 'data.map': import("./runtime").DataComponent; 'data.join': import("./runtime").DataComponent; 'data.kde': import("./runtime").DataComponent; 'data.log': import("./runtime").DataComponent; 'data.wordCloud': import("./runtime").DataComponent>; 'data.ema': import("./runtime").DataComponent; 'transform.stackY': import("./runtime").TransformComponent; 'transform.binX': import("./runtime").TransformComponent; 'transform.bin': import("./runtime").TransformComponent; 'transform.dodgeX': import("./runtime").TransformComponent; 'transform.jitter': import("./runtime").TransformComponent; 'transform.jitterX': import("./runtime").TransformComponent; 'transform.jitterY': import("./runtime").TransformComponent; 'transform.symmetryY': import("./runtime").TransformComponent; 'transform.diffY': import("./runtime").TransformComponent; 'transform.stackEnter': import("./runtime").TransformComponent; 'transform.normalizeY': import("./runtime").TransformComponent; 'transform.select': import("./runtime").TransformComponent; 'transform.selectX': import("./runtime").TransformComponent; 'transform.selectY': import("./runtime").TransformComponent; 'transform.groupX': import("./runtime").TransformComponent; 'transform.groupY': import("./runtime").TransformComponent; 'transform.groupColor': import("./runtime").TransformComponent; 'transform.group': import("./runtime").TransformComponent; 'transform.sortX': import("./runtime").TransformComponent; 'transform.sortY': import("./runtime").TransformComponent; 'transform.sortColor': import("./runtime").TransformComponent; 'transform.flexX': import("./runtime").TransformComponent; 'transform.pack': import("./runtime").TransformComponent; 'transform.sample': import("./runtime").TransformComponent; 'transform.filter': import("./runtime").TransformComponent; 'coordinate.cartesian': import("./runtime").CoordinateComponent; 'coordinate.polar': import("./runtime").CoordinateComponent; 'coordinate.transpose': import("./runtime").CoordinateComponent; 'coordinate.theta': import("./runtime").CoordinateComponent; 'coordinate.parallel': import("./runtime").CoordinateComponent; 'coordinate.fisheye': import("./runtime").CoordinateComponent; 'coordinate.radial': import("./runtime").CoordinateComponent; 'coordinate.radar': import("./runtime").CoordinateComponent; 'coordinate.helix': import("./runtime").CoordinateComponent; 'encode.constant': import("./runtime").EncodeComponent; 'encode.field': import("./runtime").EncodeComponent; 'encode.transform': import("./runtime").EncodeComponent; 'encode.column': import("./runtime").EncodeComponent; 'mark.interval': import("./exports").MarkComponent; 'mark.rect': import("./exports").MarkComponent; 'mark.line': import("./exports").MarkComponent; 'mark.point': import("./exports").MarkComponent; 'mark.text': import("./exports").MarkComponent; 'mark.cell': import("./exports").MarkComponent; 'mark.area': import("./exports").MarkComponent; 'mark.link': import("./exports").MarkComponent; 'mark.image': import("./exports").MarkComponent; 'mark.polygon': import("./exports").MarkComponent; 'mark.box': import("./exports").MarkComponent; 'mark.vector': import("./exports").MarkComponent; 'mark.lineX': import("./exports").MarkComponent; 'mark.lineY': import("./exports").MarkComponent; 'mark.connector': import("./exports").MarkComponent; 'mark.range': import("./exports").MarkComponent; 'mark.rangeX': import("./exports").MarkComponent; 'mark.rangeY': import("./exports").MarkComponent; 'mark.path': import("./exports").MarkComponent; 'mark.shape': import("./exports").MarkComponent; 'mark.density': import("./exports").MarkComponent; 'mark.heatmap': import("./exports").MarkComponent; 'mark.wordCloud': import("./runtime").CompositeMarkComponent; 'palette.category10': import("./runtime").PaletteComponent; 'palette.category20': import("./runtime").PaletteComponent; 'scale.linear': import("./runtime").ScaleComponent; 'scale.ordinal': import("./runtime").ScaleComponent; 'scale.band': import("./runtime").ScaleComponent; 'scale.identity': import("./runtime").ScaleComponent; 'scale.point': import("./runtime").ScaleComponent; 'scale.time': import("./runtime").ScaleComponent; 'scale.log': import("./runtime").ScaleComponent; 'scale.pow': import("./runtime").ScaleComponent; 'scale.sqrt': import("./runtime").ScaleComponent; 'scale.threshold': import("./runtime").ScaleComponent; 'scale.quantile': import("./runtime").ScaleComponent; 'scale.quantize': import("./runtime").ScaleComponent; 'scale.sequential': import("./runtime").ScaleComponent; 'scale.constant': import("./runtime").ScaleComponent; 'theme.classic': import("./runtime").ThemeComponent; 'theme.classicDark': import("./runtime").ThemeComponent; 'theme.academy': import("./runtime").ThemeComponent; 'theme.light': import("./runtime").ThemeComponent; 'theme.dark': import("./runtime").ThemeComponent; 'component.axisX': import("./exports").GuideComponentComponent; 'component.axisY': import("./exports").GuideComponentComponent; 'component.legendCategory': import("./exports").GuideComponentComponent; 'component.legendContinuous': import("./exports").GuideComponentComponent; 'component.legends': import("./exports").GuideComponentComponent; 'component.title': import("./exports").GuideComponentComponent; 'component.sliderX': import("./exports").GuideComponentComponent; 'component.sliderY': import("./exports").GuideComponentComponent; 'component.scrollbarX': import("./exports").GuideComponentComponent; 'component.scrollbarY': import("./exports").GuideComponentComponent; 'animation.scaleInX': import("./runtime").AnimationComponent; 'animation.scaleOutX': import("./runtime").AnimationComponent; 'animation.scaleInY': import("./runtime").AnimationComponent; 'animation.scaleOutY': import("./runtime").AnimationComponent; 'animation.waveIn': import("./runtime").AnimationComponent; 'animation.fadeIn': import("./runtime").AnimationComponent; 'animation.fadeOut': import("./runtime").AnimationComponent; 'animation.zoomIn': import("./runtime").AnimationComponent; 'animation.zoomOut': import("./runtime").AnimationComponent; 'animation.pathIn': import("./runtime").AnimationComponent; 'animation.morphing': import("./runtime").AnimationComponent; 'animation.growInX': import("./runtime").AnimationComponent; 'animation.growInY': import("./runtime").AnimationComponent; 'interaction.elementHighlight': typeof import("./interaction").ElementHighlight; 'interaction.elementHighlightByX': typeof import("./interaction").ElementHighlightByX; 'interaction.elementHighlightByColor': typeof import("./interaction").ElementHighlightByColor; 'interaction.elementSelect': typeof import("./interaction").ElementSelect; 'interaction.elementSelectByX': typeof import("./interaction").ElementSelectByX; 'interaction.elementSelectByColor': typeof import("./interaction").ElementSelectByColor; 'interaction.fisheye': typeof import("./interaction").Fisheye; 'interaction.chartIndex': typeof import("./interaction").ChartIndex; 'interaction.tooltip': typeof import("./interaction").Tooltip; 'interaction.legendFilter': typeof import("./interaction").LegendFilter; 'interaction.legendHighlight': typeof import("./interaction").LegendHighlight; 'interaction.brushHighlight': typeof import("./interaction").BrushHighlight; 'interaction.brushXHighlight': typeof import("./interaction").BrushXHighlight; 'interaction.brushYHighlight': typeof import("./interaction").BrushYHighlight; 'interaction.brushAxisHighlight': typeof import("./interaction").BrushAxisHighlight; 'interaction.brushFilter': typeof import("./interaction").BrushFilter; 'interaction.brushXFilter': typeof import("./interaction").BrushXFilter; 'interaction.brushYFilter': typeof import("./interaction").BrushYFilter; 'interaction.sliderFilter': typeof import("./interaction").SliderFilter; 'interaction.sliderWheel': typeof import("./interaction").SliderWheel; 'interaction.scrollbarFilter': typeof import("./interaction").ScrollbarFilter; 'interaction.poptip': typeof import("./interaction").Poptip; 'interaction.treemapDrillDown': typeof import("./interaction").TreemapDrillDown; 'interaction.elementPointMove': typeof import("./interaction").ElementPointMove; 'composition.spaceLayer': import("./runtime").CompositionComponent; 'composition.spaceFlex': import("./runtime").CompositionComponent; 'composition.facetRect': import("./runtime").CompositionComponent; 'composition.repeatMatrix': import("./runtime").CompositionComponent; 'composition.facetCircle': import("./runtime").CompositionComponent; 'composition.timingKeyframe': import("./runtime").CompositionComponent; 'labelTransform.overlapHide': import("./runtime").LabelTransformComponent; 'labelTransform.overlapDodgeY': import("./runtime").LabelTransformComponent; 'labelTransform.overflowHide': import("./runtime").LabelTransformComponent; 'labelTransform.contrastReverse': import("./runtime").LabelTransformComponent; 'labelTransform.overflowStroke': import("./runtime").LabelTransformComponent; 'labelTransform.exceedAdjust': import("./runtime").LabelTransformComponent; 'data.venn': import("./runtime").DataComponent; 'mark.boxplot': import("./runtime").CompositeMarkComponent; 'mark.gauge': import("./runtime").CompositeMarkComponent; 'mark.liquid': import("./runtime").CompositeMarkComponent; 'data.arc': import("./runtime").DataComponent; 'data.cluster': import("./runtime").DataComponent; 'mark.forceGraph': import("./runtime").CompositeMarkComponent; 'mark.tree': import("./runtime").CompositeMarkComponent; 'mark.pack': import("./runtime").CompositionComponent; 'mark.sankey': import("./runtime").CompositeMarkComponent; 'mark.chord': import("./runtime").CompositeMarkComponent; 'mark.treemap': import("./runtime").CompositionComponent; 'composition.geoView': import("./runtime").CompositionComponent; 'composition.geoPath': import("./runtime").CompositionComponent; }>; export interface Chart extends API { } export interface CompositionNode extends CompositionAPI { }