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