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