import React from 'react'; import type { IFlowchartFormPanelProps } from './interface'; export declare const CONTAINER_CLASS = "xflow-editor-panel-collpase"; export declare const FlowchartFormPanel: React.FC;