import type { Components, JSX } from "../types/components";

interface GfIconRightarrow extends Components.GfIconRightarrow, HTMLElement {}
export const GfIconRightarrow: {
  prototype: GfIconRightarrow;
  new (): GfIconRightarrow;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
