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