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