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