import * as React from 'react'; import type { TLBounds } from '../../types'; export interface LinkHandleProps { size: number; targetSize: number; isHidden: boolean; bounds: TLBounds; } declare function _LinkHandle({ size, bounds, isHidden }: LinkHandleProps): JSX.Element; export declare const LinkHandle: React.MemoExoticComponent; export {}; //# sourceMappingURL=LinkHandle.d.ts.map