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