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