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