import { CategoryLegend, IGroup } from '@antv/g2/esm/dependents';
declare class ReactLegend extends CategoryLegend {
    private container;
    private chart;
    private legendConfig;
    constructor(props: any);
    protected drawLegendContent(group: IGroup): void;
}
export default ReactLegend;
