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