import { SVGProps } from "react";
declare const SvgUber: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgUber;
