/// <reference types="react" />
declare const Car: (props: any, ref: any) => JSX.Element;
export default Car;
