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