import { SVGProps } from "react";
declare const FCFlowChart: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { FCFlowChart };
