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