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