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