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