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