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