import RawLegendController from '@antv/g2/esm/chart/controller/legend';
declare class WidgetsLegendController extends RawLegendController {
    private parentDom;
    private widgetsContainer;
    constructor(props: any);
    private createCustomLegend;
    private createCategoryLegend;
    clear(): void;
    destroy(): void;
}
export default WidgetsLegendController;
