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