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

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