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