import { nothing } from 'lit'; export declare enum HandleDirection { Left = "left", Right = "right", TopLeft = "top-left", BottomLeft = "bottom-left", TopRight = "top-right", BottomRight = "bottom-right" } export type ResizeMode = 'corner' | 'edge' | 'none'; export declare function ResizeHandles(resizeMode: ResizeMode, onPointerDown: (e: PointerEvent, direction: HandleDirection) => void): import("lit").TemplateResult<1> | typeof nothing; //# sourceMappingURL=resize-handles.d.ts.map