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