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