import { RotateImageOptions } from '../types';
interface DefinedRotateImageOptions {
    touch: boolean;
}
export declare function useRotateImageOptions(rotateImage: RotateImageOptions | boolean): DefinedRotateImageOptions;
export {};
