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