import React from 'react'; import { FlowchartFlowline } from './flowchart-flowline'; type OwnProps = { element: FlowchartFlowline; }; export declare const FlowchartFlowlineUpdate: React.ComponentClass; export {};