import type { IconProps } from '../types/index'; declare function SvgCar(iconProps: IconProps): JSX.Element; declare namespace SvgCar { var displayName: string; } export default SvgCar;