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