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