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