import { DefineComponent } from 'vue'; import '@antv/graphin/es/components/Legend/index.css'; import type LegendChildrenProps from './typing'; export declare const LegendNode: DefineComponent; export default LegendNode;