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