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