import React from "react"; import { FlowChartProps } from "./types"; declare const FlowChart: React.FC; export default FlowChart;