import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const SmartCarIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default SmartCarIcon;