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