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