import type { Components, JSX } from "../types/components"; interface RuxIconNotificationsOff extends Components.RuxIconNotificationsOff, HTMLElement {} export const RuxIconNotificationsOff: { prototype: RuxIconNotificationsOff; new (): RuxIconNotificationsOff; };