import { TLPointerEventHandler } from '@tldraw/core'; import { TDShapeType } from '../../../types'; import { BaseTool } from '../BaseTool'; export declare class RectangleTool extends BaseTool { type: TDShapeType.Rectangle; onPointerDown: TLPointerEventHandler; } //# sourceMappingURL=RectangleTool.d.ts.map