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