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