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