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