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