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