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<typeof _LinkHandle>;
export {};
//# sourceMappingURL=LinkHandle.d.ts.map