import React from 'react'; import type { IProps } from './interface'; export { setGroupRender } from './group-panel'; export * from './constants'; export * from './utils'; export * from './interface'; export declare const NodePanelMain: React.FC; export declare const FlowchartNodePanel: React.FC;