import React from 'react';
import Swipeable from 'react-native-gesture-handler/Swipeable';
import { SwipeActionProps } from './PropsType';
export declare const SwipeAction: React.ForwardRefExoticComponent<SwipeActionProps & React.RefAttributes<Swipeable>>;
