import type { AnyGesture, ComposedGesture, ComposedGestureName } from '../../types';
export declare function useComposedGesture(type: ComposedGestureName, ...gestures: AnyGesture[]): ComposedGesture;
//# sourceMappingURL=useComposedGesture.d.ts.map