import type { Components, JSX } from "../types/components"; interface RuxIconLiveHelp extends Components.RuxIconLiveHelp, HTMLElement {} export const RuxIconLiveHelp: { prototype: RuxIconLiveHelp; new (): RuxIconLiveHelp; };