import { HTMLAttributes } from 'react';
import { type HandleProps } from '@xyflow/system';
export interface HandleComponentProps extends HandleProps, Omit<HTMLAttributes<HTMLDivElement>, 'id'> {
}
/**
 * The Handle component is the part of a node that can be used to connect nodes.
 */
export declare const Handle: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<HandleComponentProps & import("react").RefAttributes<HTMLDivElement>>>;
//# sourceMappingURL=index.d.ts.map