export default Car;
declare function Car(props: any): JSX.Element;
