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

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