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