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