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

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