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