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