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