/** @jsxRuntime classic */
/**
 * @jsxRuntime classic
 * @jsx jsx
 */
import { jsx } from '@emotion/react';
/**
 * Custom 3-dot vertical drag handle icon for nested nodes.
 * Similar to DragHandleVerticalIcon but with only 3 dots instead of 6.
 * Hardcoded to medium size with spacious spacing.
 */
export declare const DragHandleNestedIcon: () => jsx.JSX.Element;
