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