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