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