import { SVGProps } from 'react';

declare const Swipe: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Swipe as default };
