import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const SwipeOutlined: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default SwipeOutlined;
