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