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