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