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