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

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