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