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