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