import type { CSSProperties } from 'vue'; export declare function useImageTransform(): { imageStyle: import("vue").ComputedRef; resetTransform: () => void; zoomIn: () => void; zoomOut: () => void; rotateCW: () => void; handleWheel: (e: WheelEvent) => void; handleDragStart: (e: MouseEvent) => void; };