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