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