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