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