import * as React from 'react'; import { TLBounds } from '@tldraw/core'; import { StickyShape, TDMeta, TDShapeType, TransformInfo } from '../../../types'; import { TDShapeUtil } from '../TDShapeUtil'; declare type T = StickyShape; declare type E = HTMLDivElement; export declare class StickyUtil extends TDShapeUtil { type: TDShapeType.Sticky; canBind: boolean; canEdit: boolean; canClone: boolean; hideResizeHandles: boolean; showCloneHandles: boolean; hideCloneHandles: 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: StickyShape; 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; getLongestLineLength: (rTextContent: any) => any; getSvgElement: (shape: T) => SVGElement | void; } export {}; //# sourceMappingURL=StickyUtil.d.ts.map