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