import React from 'react'; export { FlowchartExtension } from './extension/module'; import type { IFlowchartGraphProps } from './interface'; export * from './interface'; export declare const FlowchartCanvas: React.FC;