import React from 'react';
import { FlowchartProps } from '../../interface';
export declare const CONTAINER_CLASS = "flowchart-editor-panel-collpase";
export declare const FormPanel: React.FC<FlowchartProps['detailPanelProps']>;
