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