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