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