/// import type { SVGProps } from "../global"; declare const GemIcon: ({ size, ...props }: SVGProps) => JSX.Element; export default GemIcon; //# sourceMappingURL=GemIcon.d.ts.map