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