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