import { FC } from 'react'; import { SwipeScrollProps } from './types'; export declare const SwipeScroll: FC;