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