import type { DispatchEvents, GestureProps } from '../types'; type GestureHandlerProps = GestureProps & { dispatchEvents: DispatchEvents; }; export declare const GestureHandler: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=GestureHandler.d.ts.map