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