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