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