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