import React from 'react'; import { G2Spec } from '@antv/g2'; export declare const G2Chart: ({ spec, height, width }: { spec: G2Spec; height?: number; width?: number; }) => React.JSX.Element;