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

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