import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Swipe: React.MemoExoticComponent>; declare type SwipeRef = PathIconRef; declare type SwipeProps = PathIconProps; export { Swipe }; export type { SwipeRef, SwipeProps }; export default Swipe;