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