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