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