import * as React from 'react'; import { TLBounds } from '@tldraw/core'; import { LinkShape, TDMeta, TDShapeType, TransformInfo } from '../../../types'; import { TDShapeUtil } from '../TDShapeUtil'; declare type T = LinkShape; declare type E = HTMLDivElement; export declare class LinkUtil extends TDShapeUtil { type: TDShapeType.Link; canBind: boolean; canEdit: boolean; canClone: boolean; hideResizeHandles: boolean; showCloneHandles: boolean; getShape: (props: Partial) => T; Component: React.ForwardRefExoticComponent, "bounds" | "meta" | "isGhost" | "isEditing" | "isSelected" | "shape" | "isBinding" | "events" | "onShapeBlur" | "onShapeChange" | "asset" | "isHovered" | "isChildOfSelected"> & React.RefAttributes>; Indicator: (props: { shape: LinkShape; meta: any; isHovered: boolean; isSelected: boolean; bounds: import("sn-wb-tldraw-core").TLBounds; }) => JSX.Element; getBounds: (shape: T) => import("sn-wb-tldraw-core").TLBounds; shouldRender: (prev: T, next: T) => boolean; transform: (shape: T, bounds: TLBounds, { scaleX, scaleY, transformOrigin }: TransformInfo) => Partial; transformSingle: (shape: T) => Partial; } export {}; //# sourceMappingURL=LinkUtil.d.ts.map