import React, { PropsWithChildren } from 'react';
import { GestureProviderProps } from '../types';
export declare const GHContext: React.Context<(props: PropsWithChildren<GestureProviderProps>) => React.JSX.Element>;
//# sourceMappingURL=GHContext.d.ts.map