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