import { SVGProps } from 'react'; declare const Swipe: (props: SVGProps) => JSX.Element; export { Swipe as default };