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