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