import { type TPointerEventInfo } from 'fabric';
/**
 * Coordinates the change to image to enter crop mode and returns
 * a function to exit crop mode
 */
export declare const enterCropMode: (this: (args: TPointerEventInfo) => void, { target }: TPointerEventInfo) => void;
//# sourceMappingURL=enterCropMode.d.ts.map