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