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