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