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