import type { SwipeAction } from './types';
export declare function useSwipeAction(): SwipeAction;
