import { IconProps } from '../lib';
declare function CarSimple(props: IconProps): JSX.Element;
export default CarSimple;
