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