import type { FC } from 'react'; import type { SwipeButtonProps } from './typings'; declare const SwipeButton: FC; export default SwipeButton; //# sourceMappingURL=SwipeButton.d.ts.map