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