import * as React from 'react';
import { type PanGestureHandlerProperties } from 'react-native-gesture-handler';
export declare function PanGestureHandler(props: PanGestureHandlerProperties): React.JSX.Element;
export type { PanGestureHandlerGestureEvent } from 'react-native-gesture-handler';
export { GestureHandlerRootView, State as GestureState, } from 'react-native-gesture-handler';
//# sourceMappingURL=GestureHandlerNative.d.ts.map