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