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