/// <reference types="react" />
import { type ActionIconProps } from "../../ActionIcon";
declare const DragHandle: import("react").NamedExoticComponent<ActionIconProps>;
export default DragHandle;
