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