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