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