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