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