import type { Components, JSX } from "../types/components"; interface RuxIconMobileScreenShare extends Components.RuxIconMobileScreenShare, HTMLElement {} export const RuxIconMobileScreenShare: { prototype: RuxIconMobileScreenShare; new (): RuxIconMobileScreenShare; };