import type { HandleWithTooltipProps } from "../types.js"; export declare const HandleWithTooltip: ({ originHandle, originHandleProps, stateModifiers, tooltipFormat, className, }: HandleWithTooltipProps) => import("react/jsx-runtime").JSX.Element;