import * as React from "react"; declare function Car(props: React.SVGProps): any; export default Car;