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