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