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