import { FC } from 'react'; import type { TGestureControl } from '../../types'; declare const GestureHandler: FC; export default GestureHandler; //# sourceMappingURL=gesture-responder.d.ts.map