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