import { FunctionComponent } from 'react'; import { FlowchartFlowline } from './flowchart-flowline'; export declare const FlowchartFlowlineComponent: FunctionComponent; export interface Props { element: FlowchartFlowline; }