/// <reference types="react" />
declare const Car: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default Car;
