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