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