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