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