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