///
import { RotationGestureHandlerEventPayload } from './GestureHandlerEventPayload';
import { BaseGestureHandlerProps } from './gestureHandlerCommon';
export interface RotationGestureHandlerProps extends BaseGestureHandlerProps {
}
export declare const rotationHandlerName = "RotationGestureHandler";
export type RotationGestureHandler = typeof RotationGestureHandler;
export declare const RotationGestureHandler: import("react").ComponentType>;