import * as React from 'react'; declare function Car(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Car; export default Car;