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