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

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