import React from 'react'; import type { ILengendContentProps } from './content'; export type ILegendProps = ILengendContentProps & { type: 'node' | 'edge'; onChange: (val: ILengendContentProps) => void; }; declare const _default: React.NamedExoticComponent; export default _default;