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