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